#9848D8

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

Shades of Dark Orchid #9848D8

Tints of Dark Orchid #9848D8

Color information

#9848D8 (or 0x9848D8) is unknown color: approx Dark Orchid. HEX triplet: 98, 48 and D8. RGB value is (152,72,216). Sum of RGB (Red+Green+Blue) = 152+72+216=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #9848D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848D8 is #67B727. Grayscale: #6F6F6F. Windows color (decimal): -6797096 or 14174360. OLE color: 14174360.

HSL color Cylindrical-coordinate representation of color #9848D8: hue angle of 273.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9848D8 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15272216-
CMYK0.300.6700.15
HSL273.33º64.86%56.47%-
HSV(B)273.33º66.67%84.71%-
XYZ27.6616.2766.65-
YUV112.34186.5156.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 216 (84.77% from 255) = 49.09%
R=34.55%
G=16.36%
B=49.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152722160.300.6700.15273.3364.8656.47
Hex9848D81E430F1114138
Octal2301103303610301742110170
Binary10011000100100011011000111101000011011111000100011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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