Html Css Color HEX #9B31FB Blue Violet

📋 copy color: '#9B31FB'

red 155 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #9B31FB

Tints of Blue Violet #9B31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.77%

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

R = 34.07%
G = 10.77%
B = 55.16%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B31FB (or 0x9B31FB) is known color: Blue Violet. HEX triplet: 9B, 31 and FB. RGB value is (155,49,251). Sum of RGB (Red+Green+Blue) = 155+49+251=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B31FB is #64CE04. Grayscale: #676767. Windows color (decimal): -6606341 or 16462235. OLE color: 16462235.

HSL color Cylindrical-coordinate representation of color #9B31FB: hue angle of 271.49º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B31FB is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 49 251 -
CMYK 0.38 0.80 0 0.02
HSL 271.49º 0.96% 0.59% -
HSV(B) 271.49º 0.8% 0.98% -
XYZ 32.03 16.13 92.69 -
YUV 103.72 211.12 164.57 -
System Red Green Blue C M Y K H S L
Decimal 155 49 251 0.38 0.80 0 0.02 271.49 0.96 0.59
Hex 9B 31 FB 26 50 0 2 10F 60 3B
Octal 233 61 373 46 120 0 2 417 140 73
Binary 10011011 110001 11111011 100110 1010000 0 10 100001111 1100000 111011

Color Harmonies of #9B31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B31FB

Black with #9B31FB

Text Example


Text Example

White with #9B31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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