#9848CE

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

Shades of Dark Orchid #9848CE

Tints of Dark Orchid #9848CE

Color information

#9848CE (or 0x9848CE) is unknown color: approx Dark Orchid. HEX triplet: 98, 48 and CE. RGB value is (152,72,206). Sum of RGB (Red+Green+Blue) = 152+72+206=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #9848CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848CE is #67B731. Grayscale: #6E6E6E. Windows color (decimal): -6797106 or 13519000. OLE color: 13519000.

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

Color convert

RGB15272206-
CMYK0.260.6500.19
HSL275.82º57.76%54.51%-
HSV(B)275.82º65.05%80.78%-
XYZ26.4115.7760.04-
YUV111.2181.5157.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 206 (80.86% from 255) = 47.91%
R=35.35%
G=16.74%
B=47.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152722060.260.6500.19275.8257.7654.51
Hex9848CE1A410131143a37
Octal230110316321010234247267
Binary10011000100100011001110110101000001010011100010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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