Html Css Color HEX #9B03DB Dark Violet

📋 copy color: '#9B03DB'

red 155 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #9B03DB

Tints of Dark Violet #9B03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 41.11%
G = 0.8%
B = 58.09%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B03DB (or 0x9B03DB) is known color: Dark Violet. HEX triplet: 9B, 03 and DB. RGB value is (155,3,219). Sum of RGB (Red+Green+Blue) = 155+3+219=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B03DB is #64FC24. Grayscale: #484848. Windows color (decimal): -6618149 or 14353307. OLE color: 14353307.

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

Color convert

RGB 155 3 219 -
CMYK 0.29 0.99 0 0.14
HSL 282.22º 0.97% 0.44% -
HSV(B) 282.22º 0.99% 0.86% -
XYZ 26.34 12.15 67.97 -
YUV 73.07 210.36 186.44 -
System Red Green Blue C M Y K H S L
Decimal 155 3 219 0.29 0.99 0 0.14 282.22 0.97 0.44
Hex 9B 3 DB 1D 63 0 E 11A 61 2C
Octal 233 3 333 35 143 0 16 432 141 54
Binary 10011011 11 11011011 11101 1100011 0 1110 100011010 1100001 101100

Color Harmonies of #9B03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B03DB

Black with #9B03DB

Text Example


Text Example

White with #9B03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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