Html Css Color HEX #9B31EA Blue Violet

📋 copy color: '#9B31EA'

red 155 ◦ green 49 ◦ blue 234

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

Shades of Blue Violet #9B31EA

Tints of Blue Violet #9B31EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 35.39%
G = 11.19%
B = 53.42%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B31EA (or 0x9B31EA) is known color: Blue Violet. HEX triplet: 9B, 31 and EA. RGB value is (155,49,234). Sum of RGB (Red+Green+Blue) = 155+49+234=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B31EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B31EA is #64CE15. Grayscale: #656565. Windows color (decimal): -6606358 or 15348123. OLE color: 15348123.

HSL color Cylindrical-coordinate representation of color #9B31EA: hue angle of 274.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B31EA is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 49 234 -
CMYK 0.34 0.79 0 0.08
HSL 274.38º 0.81% 0.55% -
HSV(B) 274.38º 0.79% 0.92% -
XYZ 29.47 15.11 79.2 -
YUV 101.78 202.62 165.96 -
System Red Green Blue C M Y K H S L
Decimal 155 49 234 0.34 0.79 0 0.08 274.38 0.81 0.55
Hex 9B 31 EA 22 4F 0 8 112 51 37
Octal 233 61 352 42 117 0 10 422 121 67
Binary 10011011 110001 11101010 100010 1001111 0 1000 100010010 1010001 110111

Color Harmonies of #9B31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B31EA

Black with #9B31EA

Text Example


Text Example

White with #9B31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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