Html Css Color HEX #9B14DB Dark Violet

📋 copy color: '#9B14DB'

red 155 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #9B14DB

Tints of Dark Violet #9B14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

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

R = 39.34%
G = 5.08%
B = 55.58%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B14DB (or 0x9B14DB) is known color: Dark Violet. HEX triplet: 9B, 14 and DB. RGB value is (155,20,219). Sum of RGB (Red+Green+Blue) = 155+20+219=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B14DB is #64EB24. Grayscale: #525252. Windows color (decimal): -6613797 or 14357659. OLE color: 14357659.

HSL color Cylindrical-coordinate representation of color #9B14DB: hue angle of 280.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B14DB is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 20 219 -
CMYK 0.29 0.91 0 0.14
HSL 280.7º 0.83% 0.47% -
HSV(B) 280.7º 0.91% 0.86% -
XYZ 26.55 12.58 68.05 -
YUV 83.05 204.73 179.32 -
System Red Green Blue C M Y K H S L
Decimal 155 20 219 0.29 0.91 0 0.14 280.7 0.83 0.47
Hex 9B 14 DB 1D 5B 0 E 119 53 2F
Octal 233 24 333 35 133 0 16 431 123 57
Binary 10011011 10100 11011011 11101 1011011 0 1110 100011001 1010011 101111

Color Harmonies of #9B14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B14DB

Black with #9B14DB

Text Example


Text Example

White with #9B14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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