#9845CE

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

Shades of Dark Orchid #9845CE

Tints of Dark Orchid #9845CE

Color information

#9845CE (or 0x9845CE) is unknown color: approx Dark Orchid. HEX triplet: 98, 45 and CE. RGB value is (152,69,206). Sum of RGB (Red+Green+Blue) = 152+69+206=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #9845CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845CE is #67BA31. Grayscale: #6C6C6C. Windows color (decimal): -6797874 or 13518232. OLE color: 13518232.

HSL color Cylindrical-coordinate representation of color #9845CE: hue angle of 276.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9845CE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15269206-
CMYK0.260.6700.19
HSL276.35º58.3%53.92%-
HSV(B)276.35º66.5%80.78%-
XYZ26.2215.3959.98-
YUV109.44182.5158.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=35.60%
G=16.16%
B=48.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152692060.260.6700.19276.3558.353.92
Hex9845CE1A430131143a36
Octal230105316321030234247266
Binary10011000100010111001110110101000011010011100010100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9845CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,69,206); }

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

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

 a { background-color: rgb(152,69,206); }

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

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

 span { border-color: rgb(152,69,206); }

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