Html Css Color HEX #9F37FF Blue Violet

📋 copy color: '#9F37FF'

red 159 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #9F37FF

Tints of Blue Violet #9F37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 33.9%
G = 11.73%
B = 54.37%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F37FF (or 0x9F37FF) is known color: Blue Violet. HEX triplet: 9F, 37 and FF. RGB value is (159,55,255). Sum of RGB (Red+Green+Blue) = 159+55+255=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F37FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F37FF is #60C800. Grayscale: #6C6C6C. Windows color (decimal): -6342657 or 16725919. OLE color: 16725919.

HSL color Cylindrical-coordinate representation of color #9F37FF: hue angle of 271.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F37FF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 55 255 -
CMYK 0.38 0.78 0 0
HSL 271.2º 1% 0.61% -
HSV(B) 271.2º 0.78% 1% -
XYZ 33.71 17.32 96.17 -
YUV 108.9 210.46 163.74 -
System Red Green Blue C M Y K H S L
Decimal 159 55 255 0.38 0.78 0 0 271.2 1 0.61
Hex 9F 37 FF 26 4E 0 0 10F 64 3D
Octal 237 67 377 46 116 0 0 417 144 75
Binary 10011111 110111 11111111 100110 1001110 0 0 100001111 1100100 111101

Color Harmonies of #9F37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37FF

Black with #9F37FF

Text Example


Text Example

White with #9F37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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