Html Css Color HEX #9B17FE Blue Violet

📋 copy color: '#9B17FE'

red 155 ◦ green 23 ◦ blue 254

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

Shades of Blue Violet #9B17FE

Tints of Blue Violet #9B17FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.32%

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

R = 35.88%
G = 5.32%
B = 58.8%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B17FE (or 0x9B17FE) is known color: Blue Violet. HEX triplet: 9B, 17 and FE. RGB value is (155,23,254). Sum of RGB (Red+Green+Blue) = 155+23+254=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B17FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B17FE is #64E801. Grayscale: #585858. Windows color (decimal): -6612994 or 16652187. OLE color: 16652187.

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

Color convert

RGB 155 23 254 -
CMYK 0.39 0.91 0 0.00
HSL 274.29º 0.99% 0.54% -
HSV(B) 274.29º 0.91% 1% -
XYZ 31.71 14.74 94.94 -
YUV 88.8 221.23 175.22 -
System Red Green Blue C M Y K H S L
Decimal 155 23 254 0.39 0.91 0 0.00 274.29 0.99 0.54
Hex 9B 17 FE 27 5B 0 0 112 63 36
Octal 233 27 376 47 133 0 0 422 143 66
Binary 10011011 10111 11111110 100111 1011011 0 0 100010010 1100011 110110

Color Harmonies of #9B17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B17FE

Black with #9B17FE

Text Example


Text Example

White with #9B17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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