Html Css Color HEX #9849DC Dark Orchid

📋 copy color: '#9849DC'

red 152 ◦ green 73 ◦ blue 220

#9849DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9849DC

Tints of Dark Orchid #9849DC

RGB

 RED value IS 152 (59.77% from 255) = 34.16%

 GREEN value IS 73 (28.91% from 255) = 16.4%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 34.16%
G = 16.4%
B = 49.44%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9849DC (or 0x9849DC) is known color: Dark Orchid. HEX triplet: 98, 49 and DC. RGB value is (152,73,220). Sum of RGB (Red+Green+Blue) = 152+73+220=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #9849DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849DC is #67B623. Grayscale: #707070. Windows color (decimal): -6796836 or 14436760. OLE color: 14436760.

HSL color Cylindrical-coordinate representation of color #9849DC: hue angle of 272.24º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9849DC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 73 220 -
CMYK 0.31 0.67 0 0.14
HSL 272.24º 0.68% 0.57% -
HSV(B) 272.24º 0.67% 0.86% -
XYZ 28.25 16.61 69.43 -
YUV 113.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 152 73 220 0.31 0.67 0 0.14 272.24 0.68 0.57
Hex 98 49 DC 1F 43 0 E 110 44 39
Octal 230 111 334 37 103 0 16 420 104 71
Binary 10011000 1001001 11011100 11111 1000011 0 1110 100010000 1000100 111001

Color Harmonies of #9849DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849DC

Black with #9849DC

Text Example


Text Example

White with #9849DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9849DC; }

 p { color: rgb(152,73,220); }

 H1.HeaderClassName
 {
   color: #9849DC;
 }
 .AnyTagClassName
 {
   color: #9849DC;
 }
</style>

background-color css

<style>
 a { background-color: #9849DC; }

 a { background-color: rgb(152,73,220); }

 div.DivClassName
 {
   background-color: #9849DC;
 }
 .BgClassName
 {
   background-color: #9849DC;
 }
</style>

border-color css

<style>
 span { border-color: #9849DC; }

 span { border-color: rgb(152,73,220); }

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