Html Css Color HEX #9810DB Dark Violet

📋 copy color: '#9810DB'

red 152 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #9810DB

Tints of Dark Violet #9810DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.13%

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

R = 39.28%
G = 4.13%
B = 56.59%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9810DB (or 0x9810DB) is known color: Dark Violet. HEX triplet: 98, 10 and DB. RGB value is (152,16,219). Sum of RGB (Red+Green+Blue) = 152+16+219=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9810DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9810DB is #67EF24. Grayscale: #4F4F4F. Windows color (decimal): -6811429 or 14356632. OLE color: 14356632.

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

Color convert

RGB 152 16 219 -
CMYK 0.31 0.93 0 0.14
HSL 280.2º 0.86% 0.46% -
HSV(B) 280.2º 0.93% 0.86% -
XYZ 25.92 12.16 68 -
YUV 79.81 206.56 179.49 -
System Red Green Blue C M Y K H S L
Decimal 152 16 219 0.31 0.93 0 0.14 280.2 0.86 0.46
Hex 98 10 DB 1F 5D 0 E 118 56 2E
Octal 230 20 333 37 135 0 16 430 126 56
Binary 10011000 10000 11011011 11111 1011101 0 1110 100011000 1010110 101110

Color Harmonies of #9810DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9810DB

Black with #9810DB

Text Example


Text Example

White with #9810DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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