Html Css Color HEX #9B31FA Blue Violet

📋 copy color: '#9B31FA'

red 155 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #9B31FA

Tints of Blue Violet #9B31FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 34.14%
G = 10.79%
B = 55.07%

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

#9B31FA (or 0x9B31FA) is known color: Blue Violet. HEX triplet: 9B, 31 and FA. RGB value is (155,49,250). Sum of RGB (Red+Green+Blue) = 155+49+250=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B31FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B31FA is #64CE05. Grayscale: #666666. Windows color (decimal): -6606342 or 16396699. OLE color: 16396699.

HSL color Cylindrical-coordinate representation of color #9B31FA: hue angle of 271.64º degrees, saturation: 0.95, 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 #9B31FA is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 49 250 -
CMYK 0.38 0.80 0 0.02
HSL 271.64º 0.95% 0.59% -
HSV(B) 271.64º 0.8% 0.98% -
XYZ 31.87 16.07 91.86 -
YUV 103.61 210.62 164.66 -
System Red Green Blue C M Y K H S L
Decimal 155 49 250 0.38 0.80 0 0.02 271.64 0.95 0.59
Hex 9B 31 FA 26 50 0 2 110 5F 3B
Octal 233 61 372 46 120 0 2 420 137 73
Binary 10011011 110001 11111010 100110 1010000 0 10 100010000 1011111 111011

Color Harmonies of #9B31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B31FA

Black with #9B31FA

Text Example


Text Example

White with #9B31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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