#9848D3

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

Shades of Dark Orchid #9848D3

Tints of Dark Orchid #9848D3

Color information

#9848D3 (or 0x9848D3) is unknown color: approx Dark Orchid. HEX triplet: 98, 48 and D3. RGB value is (152,72,211). Sum of RGB (Red+Green+Blue) = 152+72+211=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #9848D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848D3 is #67B72C. Grayscale: #6F6F6F. Windows color (decimal): -6797101 or 13846680. OLE color: 13846680.

HSL color Cylindrical-coordinate representation of color #9848D3: hue angle of 274.53º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9848D3 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15272211-
CMYK0.280.6600.17
HSL274.53º61.23%55.49%-
HSV(B)274.53º65.88%82.75%-
XYZ27.0216.0163.29-
YUV111.77184156.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 211 (82.81% from 255) = 48.51%
R=34.94%
G=16.55%
B=48.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152722110.280.6600.17274.5361.2355.49
Hex9848D31C420111133d37
Octal230110323341020214237567
Binary10011000100100011010011111001000010010001100010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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