Html Css Color HEX #9B19FB Blue Violet

📋 copy color: '#9B19FB'

red 155 ◦ green 25 ◦ blue 251

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

Shades of Blue Violet #9B19FB

Tints of Blue Violet #9B19FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.8%

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 35.96%
G = 5.8%
B = 58.24%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B19FB (or 0x9B19FB) is known color: Blue Violet. HEX triplet: 9B, 19 and FB. RGB value is (155,25,251). Sum of RGB (Red+Green+Blue) = 155+25+251=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B19FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B19FB is #64E604. Grayscale: #585858. Windows color (decimal): -6612485 or 16456091. OLE color: 16456091.

HSL color Cylindrical-coordinate representation of color #9B19FB: hue angle of 274.51º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B19FB is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 25 251 -
CMYK 0.38 0.90 0 0.02
HSL 274.51º 0.97% 0.54% -
HSV(B) 274.51º 0.9% 0.98% -
XYZ 31.28 14.63 92.44 -
YUV 89.63 219.07 174.62 -
System Red Green Blue C M Y K H S L
Decimal 155 25 251 0.38 0.90 0 0.02 274.51 0.97 0.54
Hex 9B 19 FB 26 5A 0 2 113 61 36
Octal 233 31 373 46 132 0 2 423 141 66
Binary 10011011 11001 11111011 100110 1011010 0 10 100010011 1100001 110110

Color Harmonies of #9B19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B19FB

Black with #9B19FB

Text Example


Text Example

White with #9B19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,251); }

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

background-color css

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

 a { background-color: rgb(155,25,251); }

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

border-color css

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

 span { border-color: rgb(155,25,251); }

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