Html Css Color HEX #9B1ADD Blue Violet

📋 copy color: '#9B1ADD'

red 155 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #9B1ADD

Tints of Blue Violet #9B1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.47%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 38.56%
G = 6.47%
B = 54.98%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B1ADD (or 0x9B1ADD) is known color: Blue Violet. HEX triplet: 9B, 1A and DD. RGB value is (155,26,221). Sum of RGB (Red+Green+Blue) = 155+26+221=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B1ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1ADD is #64E522. Grayscale: #565656. Windows color (decimal): -6612259 or 14490267. OLE color: 14490267.

HSL color Cylindrical-coordinate representation of color #9B1ADD: hue angle of 279.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1ADD is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 26 221 -
CMYK 0.30 0.88 0 0.13
HSL 279.69º 0.79% 0.48% -
HSV(B) 279.69º 0.88% 0.87% -
XYZ 26.94 12.93 69.48 -
YUV 86.8 203.74 176.64 -
System Red Green Blue C M Y K H S L
Decimal 155 26 221 0.30 0.88 0 0.13 279.69 0.79 0.48
Hex 9B 1A DD 1E 58 0 D 118 4F 30
Octal 233 32 335 36 130 0 15 430 117 60
Binary 10011011 11010 11011101 11110 1011000 0 1101 100011000 1001111 110000

Color Harmonies of #9B1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1ADD

Black with #9B1ADD

Text Example


Text Example

White with #9B1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,26,221); }

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

background-color css

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

 a { background-color: rgb(155,26,221); }

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

border-color css

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

 span { border-color: rgb(155,26,221); }

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