Html Css Color HEX #9B13FF Blue Violet

📋 copy color: '#9B13FF'

red 155 ◦ green 19 ◦ blue 255

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

Shades of Blue Violet #9B13FF

Tints of Blue Violet #9B13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.43%

 BLUE value IS 255 (100% from 255) = 59.44%

R = 36.13%
G = 4.43%
B = 59.44%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B13FF (or 0x9B13FF) is known color: Blue Violet. HEX triplet: 9B, 13 and FF. RGB value is (155,19,255). Sum of RGB (Red+Green+Blue) = 155+19+255=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B13FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B13FF is #64EC00. Grayscale: #555555. Windows color (decimal): -6614017 or 16716699. OLE color: 16716699.

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

Color convert

RGB 155 19 255 -
CMYK 0.39 0.93 0 0
HSL 274.58º 1% 0.54% -
HSV(B) 274.58º 0.93% 1% -
XYZ 31.8 14.65 95.76 -
YUV 86.57 223.06 176.81 -
System Red Green Blue C M Y K H S L
Decimal 155 19 255 0.39 0.93 0 0 274.58 1 0.54
Hex 9B 13 FF 27 5D 0 0 113 64 36
Octal 233 23 377 47 135 0 0 423 144 66
Binary 10011011 10011 11111111 100111 1011101 0 0 100010011 1100100 110110

Color Harmonies of #9B13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B13FF

Black with #9B13FF

Text Example


Text Example

White with #9B13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,19,255); }

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

background-color css

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

 a { background-color: rgb(155,19,255); }

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

border-color css

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

 span { border-color: rgb(155,19,255); }

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