#9026bb

Color #9026BB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9026BB

Tints of Dark Orchid #9026BB

Color information

#9026BB (or 0x9026BB) is unknown color: approx Dark Orchid. HEX triplet: 90, 26 and BB. RGB value is (144,38,187). Sum of RGB (Red+Green+Blue) = 144+38+187=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #9026BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9026BB is #6FD944. Grayscale: #565656. Windows color (decimal): -7330117 or 12265104. OLE color: 12265104.

HSL color Cylindrical-coordinate representation of color #9026BB: hue angle of 282.68º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9026BB is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14438187-
CMYK0.230.8000.27
HSL282.68º66.22%44.12%-
HSV(B)282.68º79.68%73.33%-
XYZ21.1610.948-
YUV86.68184.62168.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 38 (15.23% from 255) = 10.30%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=39.02%
G=10.30%
B=50.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144381870.230.8000.27282.6866.2244.12
Hex9026BB175001B11b422c
Octal220462732712003343310254
Binary10010000100110101110111011110100000110111000110111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9026bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9026bb; }

 p { color: rgb(144,38,187); }

 H1.HeaderClassName
 {
   color: #9026bb;
 }
 .AnyTagClassName
 {
   color: #9026bb;
 }
</style>
background-color css

<style>
 a { background-color: #9026bb; }

 a { background-color: rgb(144,38,187); }

 div.DivClassName
 {
   background-color: #9026bb;
 }
 .BgClassName
 {
   background-color: #9026bb;
 }
</style>
border-color css

<style>
 span { border-color: #9026bb; }

 span { border-color: rgb(144,38,187); }

 td.TdClassName
 {
   border-color: #9026bb;
 }
 .TagClassName
 {
   border-color: #9026bb;
 }
</style>