#9848CD

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

Shades of Dark Orchid #9848CD

Tints of Dark Orchid #9848CD

Color information

#9848CD (or 0x9848CD) is unknown color: approx Dark Orchid. HEX triplet: 98, 48 and CD. RGB value is (152,72,205). Sum of RGB (Red+Green+Blue) = 152+72+205=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #9848CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848CD is #67B732. Grayscale: #6E6E6E. Windows color (decimal): -6797107 or 13453464. OLE color: 13453464.

HSL color Cylindrical-coordinate representation of color #9848CD: hue angle of 276.09º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9848CD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15272205-
CMYK0.260.6500.20
HSL276.09º57.08%54.31%-
HSV(B)276.09º64.88%80.39%-
XYZ26.2915.7259.41-
YUV111.08181157.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=35.43%
G=16.78%
B=47.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152722050.260.6500.20276.0957.0854.31
Hex9848CD1A410141143936
Octal230110315321010244247166
Binary10011000100100011001101110101000001010100100010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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