#9023cf

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

Shades of Dark Orchid #9023CF

Tints of Dark Orchid #9023CF

Color information

#9023CF (or 0x9023CF) is unknown color: approx Dark Orchid. HEX triplet: 90, 23 and CF. RGB value is (144,35,207). Sum of RGB (Red+Green+Blue) = 144+35+207=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #9023CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9023CF is #6FDC30. Grayscale: #565656. Windows color (decimal): -7330865 or 13575056. OLE color: 13575056.

HSL color Cylindrical-coordinate representation of color #9023CF: hue angle of 278.02º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9023CF is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14435207-
CMYK0.300.8300.19
HSL278.02º71.07%47.45%-
HSV(B)278.02º83.09%81.18%-
XYZ23.3711.6460.05-
YUV87.2195.61168.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 35 (14.06% from 255) = 9.07%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=37.31%
G=9.07%
B=53.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144352070.300.8300.19278.0271.0747.45
Hex9023CF1E53013116472f
Octal220433173612302342610757
Binary10010000100011110011111111010100110100111000101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9023cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9023cf; }

 p { color: rgb(144,35,207); }

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

<style>
 a { background-color: #9023cf; }

 a { background-color: rgb(144,35,207); }

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

<style>
 span { border-color: #9023cf; }

 span { border-color: rgb(144,35,207); }

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