Html Css Color HEX #9B1AFF Blue Violet

📋 copy color: '#9B1AFF'

red 155 ◦ green 26 ◦ blue 255

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

Shades of Blue Violet #9B1AFF

Tints of Blue Violet #9B1AFF

RGB

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

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

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

R = 35.55%
G = 5.96%
B = 58.49%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B1AFF (or 0x9B1AFF) is known color: Blue Violet. HEX triplet: 9B, 1A and FF. RGB value is (155,26,255). Sum of RGB (Red+Green+Blue) = 155+26+255=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1AFF is #64E500. Grayscale: #595959. Windows color (decimal): -6612225 or 16718491. OLE color: 16718491.

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

Color convert

RGB 155 26 255 -
CMYK 0.39 0.90 0 0
HSL 273.8º 1% 0.55% -
HSV(B) 273.8º 0.9% 1% -
XYZ 31.94 14.93 95.81 -
YUV 90.68 220.74 173.88 -
System Red Green Blue C M Y K H S L
Decimal 155 26 255 0.39 0.90 0 0 273.8 1 0.55
Hex 9B 1A FF 27 5A 0 0 112 64 37
Octal 233 32 377 47 132 0 0 422 144 67
Binary 10011011 11010 11111111 100111 1011010 0 0 100010010 1100100 110111

Color Harmonies of #9B1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1AFF

Black with #9B1AFF

Text Example


Text Example

White with #9B1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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