Html Css Color HEX #9B10DB Dark Violet

📋 copy color: '#9B10DB'

red 155 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #9B10DB

Tints of Dark Violet #9B10DB

RGB

 RED value IS 155 (60.94% from 255) = 39.74%

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

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

R = 39.74%
G = 4.1%
B = 56.15%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B10DB (or 0x9B10DB) is known color: Dark Violet. HEX triplet: 9B, 10 and DB. RGB value is (155,16,219). Sum of RGB (Red+Green+Blue) = 155+16+219=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B10DB is #64EF24. Grayscale: #505050. Windows color (decimal): -6614821 or 14356635. OLE color: 14356635.

HSL color Cylindrical-coordinate representation of color #9B10DB: hue angle of 281.08º 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 #9B10DB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 16 219 -
CMYK 0.29 0.93 0 0.14
HSL 281.08º 0.86% 0.46% -
HSV(B) 281.08º 0.93% 0.86% -
XYZ 26.49 12.45 68.03 -
YUV 80.7 206.05 180.99 -
System Red Green Blue C M Y K H S L
Decimal 155 16 219 0.29 0.93 0 0.14 281.08 0.86 0.46
Hex 9B 10 DB 1D 5D 0 E 119 56 2E
Octal 233 20 333 35 135 0 16 431 126 56
Binary 10011011 10000 11011011 11101 1011101 0 1110 100011001 1010110 101110

Color Harmonies of #9B10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B10DB

Black with #9B10DB

Text Example


Text Example

White with #9B10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B10DB; }

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

 H1.HeaderClassName
 {
   color: #9B10DB;
 }
 .AnyTagClassName
 {
   color: #9B10DB;
 }
</style>

background-color css

<style>
 a { background-color: #9B10DB; }

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

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

border-color css

<style>
 span { border-color: #9B10DB; }

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

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