Html Css Color HEX #9B32EF Blue Violet

📋 copy color: '#9B32EF'

red 155 ◦ green 50 ◦ blue 239

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

Shades of Blue Violet #9B32EF

Tints of Blue Violet #9B32EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.26%

 BLUE value IS 239 (93.75% from 255) = 53.83%

R = 34.91%
G = 11.26%
B = 53.83%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B32EF (or 0x9B32EF) is known color: Blue Violet. HEX triplet: 9B, 32 and EF. RGB value is (155,50,239). Sum of RGB (Red+Green+Blue) = 155+50+239=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B32EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B32EF is #64CD10. Grayscale: #666666. Windows color (decimal): -6606097 or 15676059. OLE color: 15676059.

HSL color Cylindrical-coordinate representation of color #9B32EF: hue angle of 273.33º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B32EF is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 50 239 -
CMYK 0.35 0.79 0 0.06
HSL 273.33º 0.86% 0.57% -
HSV(B) 273.33º 0.79% 0.94% -
XYZ 30.24 15.48 83.06 -
YUV 102.94 204.79 165.13 -
System Red Green Blue C M Y K H S L
Decimal 155 50 239 0.35 0.79 0 0.06 273.33 0.86 0.57
Hex 9B 32 EF 23 4F 0 6 111 56 39
Octal 233 62 357 43 117 0 6 421 126 71
Binary 10011011 110010 11101111 100011 1001111 0 110 100010001 1010110 111001

Color Harmonies of #9B32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B32EF

Black with #9B32EF

Text Example


Text Example

White with #9B32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,239); }

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

background-color css

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

 a { background-color: rgb(155,50,239); }

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

border-color css

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

 span { border-color: rgb(155,50,239); }

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