Html Css Color HEX #9809DC Dark Violet

📋 copy color: '#9809DC'

red 152 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #9809DC

Tints of Dark Violet #9809DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 39.9%
G = 2.36%
B = 57.74%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9809DC (or 0x9809DC) is known color: Dark Violet. HEX triplet: 98, 09 and DC. RGB value is (152,9,220). Sum of RGB (Red+Green+Blue) = 152+9+220=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #9809DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809DC is #67F623. Grayscale: #4B4B4B. Windows color (decimal): -6813220 or 14420376. OLE color: 14420376.

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

Color convert

RGB 152 9 220 -
CMYK 0.31 0.96 0 0.14
HSL 280.66º 0.92% 0.45% -
HSV(B) 280.66º 0.96% 0.86% -
XYZ 25.96 12.04 68.67 -
YUV 75.81 209.38 182.34 -
System Red Green Blue C M Y K H S L
Decimal 152 9 220 0.31 0.96 0 0.14 280.66 0.92 0.45
Hex 98 9 DC 1F 60 0 E 119 5C 2D
Octal 230 11 334 37 140 0 16 431 134 55
Binary 10011000 1001 11011100 11111 1100000 0 1110 100011001 1011100 101101

Color Harmonies of #9809DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9809DC

Black with #9809DC

Text Example


Text Example

White with #9809DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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