Html Css Color HEX #9B19FE Blue Violet

📋 copy color: '#9B19FE'

red 155 ◦ green 25 ◦ blue 254

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

Shades of Blue Violet #9B19FE

Tints of Blue Violet #9B19FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 35.71%
G = 5.76%
B = 58.53%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B19FE (or 0x9B19FE) is known color: Blue Violet. HEX triplet: 9B, 19 and FE. RGB value is (155,25,254). Sum of RGB (Red+Green+Blue) = 155+25+254=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B19FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B19FE is #64E601. Grayscale: #595959. Windows color (decimal): -6612482 or 16652699. OLE color: 16652699.

HSL color Cylindrical-coordinate representation of color #9B19FE: hue angle of 274.06º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B19FE is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 25 254 -
CMYK 0.39 0.90 0 0.00
HSL 274.06º 0.99% 0.55% -
HSV(B) 274.06º 0.9% 1% -
XYZ 31.75 14.82 94.95 -
YUV 89.98 220.57 174.38 -
System Red Green Blue C M Y K H S L
Decimal 155 25 254 0.39 0.90 0 0.00 274.06 0.99 0.55
Hex 9B 19 FE 27 5A 0 0 112 63 37
Octal 233 31 376 47 132 0 0 422 143 67
Binary 10011011 11001 11111110 100111 1011010 0 0 100010010 1100011 110111

Color Harmonies of #9B19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B19FE

Black with #9B19FE

Text Example


Text Example

White with #9B19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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