#9025CE

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

Shades of Dark Orchid #9025CE

Tints of Dark Orchid #9025CE

Color information

#9025CE (or 0x9025CE) is unknown color: approx Dark Orchid. HEX triplet: 90, 25 and CE. RGB value is (144,37,206). Sum of RGB (Red+Green+Blue) = 144+37+206=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #9025CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9025CE is #6FDA31. Grayscale: #575757. Windows color (decimal): -7330354 or 13510032. OLE color: 13510032.

HSL color Cylindrical-coordinate representation of color #9025CE: hue angle of 277.99º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9025CE is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14437206-
CMYK0.300.8200.19
HSL277.99º69.55%47.65%-
HSV(B)277.99º82.04%80.78%-
XYZ23.311.7159.42-
YUV88.26194.45167.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 37 (14.84% from 255) = 9.56%
BLUE value IS 206 (80.86% from 255) = 53.23%
R=37.21%
G=9.56%
B=53.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144372060.300.8200.19277.9969.5547.65
Hex9025CE1E520131164630
Octal220453163612202342610660
Binary10010000100101110011101111010100100100111000101101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9025CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9025CE; }

 p { color: rgb(144,37,206); }

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

<style>
 a { background-color: #9025CE; }

 a { background-color: rgb(144,37,206); }

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

<style>
 span { border-color: #9025CE; }

 span { border-color: rgb(144,37,206); }

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