Html Css Color HEX #9F32EB Blue Violet

📋 copy color: '#9F32EB'

red 159 ◦ green 50 ◦ blue 235

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

Shades of Blue Violet #9F32EB

Tints of Blue Violet #9F32EB

RGB

 RED value IS 159 (62.5% from 255) = 35.81%

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 35.81%
G = 11.26%
B = 52.93%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F32EB (or 0x9F32EB) is known color: Blue Violet. HEX triplet: 9F, 32 and EB. RGB value is (159,50,235). Sum of RGB (Red+Green+Blue) = 159+50+235=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F32EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F32EB is #60CD14. Grayscale: #676767. Windows color (decimal): -6343957 or 15413919. OLE color: 15413919.

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

Color convert

RGB 159 50 235 -
CMYK 0.32 0.79 0 0.08
HSL 275.35º 0.82% 0.56% -
HSV(B) 275.35º 0.79% 0.92% -
XYZ 30.43 15.65 80.01 -
YUV 103.68 202.11 167.46 -
System Red Green Blue C M Y K H S L
Decimal 159 50 235 0.32 0.79 0 0.08 275.35 0.82 0.56
Hex 9F 32 EB 20 4F 0 8 113 52 38
Octal 237 62 353 40 117 0 10 423 122 70
Binary 10011111 110010 11101011 100000 1001111 0 1000 100010011 1010010 111000

Color Harmonies of #9F32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F32EB

Black with #9F32EB

Text Example


Text Example

White with #9F32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,50,235); }

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

background-color css

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

 a { background-color: rgb(159,50,235); }

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

border-color css

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

 span { border-color: rgb(159,50,235); }

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