Html Css Color HEX #9F37EB Blue Violet

📋 copy color: '#9F37EB'

red 159 ◦ green 55 ◦ blue 235

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

Shades of Blue Violet #9F37EB

Tints of Blue Violet #9F37EB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.25%

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

R = 35.41%
G = 12.25%
B = 52.34%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F37EB (or 0x9F37EB) is known color: Blue Violet. HEX triplet: 9F, 37 and EB. RGB value is (159,55,235). Sum of RGB (Red+Green+Blue) = 159+55+235=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F37EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F37EB is #60C814. Grayscale: #6A6A6A. Windows color (decimal): -6342677 or 15415199. OLE color: 15415199.

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

Color convert

RGB 159 55 235 -
CMYK 0.32 0.77 0 0.08
HSL 274.67º 0.82% 0.57% -
HSV(B) 274.67º 0.77% 0.92% -
XYZ 30.66 16.1 80.09 -
YUV 106.62 200.46 165.36 -
System Red Green Blue C M Y K H S L
Decimal 159 55 235 0.32 0.77 0 0.08 274.67 0.82 0.57
Hex 9F 37 EB 20 4D 0 8 113 52 39
Octal 237 67 353 40 115 0 10 423 122 71
Binary 10011111 110111 11101011 100000 1001101 0 1000 100010011 1010010 111001

Color Harmonies of #9F37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37EB

Black with #9F37EB

Text Example


Text Example

White with #9F37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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