#9026BF

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

Shades of Dark Orchid #9026BF

Tints of Dark Orchid #9026BF

Color information

#9026BF (or 0x9026BF) is unknown color: approx Dark Orchid. HEX triplet: 90, 26 and BF. RGB value is (144,38,191). Sum of RGB (Red+Green+Blue) = 144+38+191=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #9026BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9026BF is #6FD940. Grayscale: #565656. Windows color (decimal): -7330113 or 12527248. OLE color: 12527248.

HSL color Cylindrical-coordinate representation of color #9026BF: hue angle of 281.57º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9026BF is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14438191-
CMYK0.250.8000.25
HSL281.57º66.81%44.9%-
HSV(B)281.57º80.1%74.9%-
XYZ21.611.0850.29-
YUV87.14186.62168.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 38 (15.23% from 255) = 10.19%
BLUE value IS 191 (75% from 255) = 51.21%
R=38.61%
G=10.19%
B=51.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144381910.250.8000.25281.5766.8144.9
Hex9026BF195001911a432d
Octal220462773112003143210355
Binary10010000100110101111111100110100000110011000110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9026BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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