Html Css Color HEX #9807DB Dark Violet

📋 copy color: '#9807DB'

red 152 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #9807DB

Tints of Dark Violet #9807DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 40.21%
G = 1.85%
B = 57.94%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9807DB (or 0x9807DB) is known color: Dark Violet. HEX triplet: 98, 07 and DB. RGB value is (152,7,219). Sum of RGB (Red+Green+Blue) = 152+7+219=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #9807DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807DB is #67F824. Grayscale: #494949. Windows color (decimal): -6813733 or 14354328. OLE color: 14354328.

HSL color Cylindrical-coordinate representation of color #9807DB: hue angle of 281.04º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807DB is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 7 219 -
CMYK 0.31 0.97 0 0.14
HSL 281.04º 0.94% 0.44% -
HSV(B) 281.04º 0.97% 0.86% -
XYZ 25.81 11.94 67.96 -
YUV 74.52 209.54 183.26 -
System Red Green Blue C M Y K H S L
Decimal 152 7 219 0.31 0.97 0 0.14 281.04 0.94 0.44
Hex 98 7 DB 1F 61 0 E 119 5E 2C
Octal 230 7 333 37 141 0 16 431 136 54
Binary 10011000 111 11011011 11111 1100001 0 1110 100011001 1011110 101100

Color Harmonies of #9807DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9807DB

Black with #9807DB

Text Example


Text Example

White with #9807DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9807DB; }

 p { color: rgb(152,7,219); }

 H1.HeaderClassName
 {
   color: #9807DB;
 }
 .AnyTagClassName
 {
   color: #9807DB;
 }
</style>

background-color css

<style>
 a { background-color: #9807DB; }

 a { background-color: rgb(152,7,219); }

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

border-color css

<style>
 span { border-color: #9807DB; }

 span { border-color: rgb(152,7,219); }

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