Html Css Color HEX #9B15DB Dark Violet

📋 copy color: '#9B15DB'

red 155 ◦ green 21 ◦ blue 219

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

Shades of Dark Violet #9B15DB

Tints of Dark Violet #9B15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.32%

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

R = 39.24%
G = 5.32%
B = 55.44%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B15DB (or 0x9B15DB) is known color: Dark Violet. HEX triplet: 9B, 15 and DB. RGB value is (155,21,219). Sum of RGB (Red+Green+Blue) = 155+21+219=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B15DB is #64EA24. Grayscale: #525252. Windows color (decimal): -6613541 or 14357915. OLE color: 14357915.

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

Color convert

RGB 155 21 219 -
CMYK 0.29 0.90 0 0.14
HSL 280.61º 0.83% 0.47% -
HSV(B) 280.61º 0.9% 0.86% -
XYZ 26.57 12.62 68.05 -
YUV 83.64 204.39 178.9 -
System Red Green Blue C M Y K H S L
Decimal 155 21 219 0.29 0.90 0 0.14 280.61 0.83 0.47
Hex 9B 15 DB 1D 5A 0 E 119 52 2F
Octal 233 25 333 35 132 0 16 431 122 57
Binary 10011011 10101 11011011 11101 1011010 0 1110 100011001 1010010 101111

Color Harmonies of #9B15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B15DB

Black with #9B15DB

Text Example


Text Example

White with #9B15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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