Html Css Color HEX #9F36F1 Blue Violet

📋 copy color: '#9F36F1'

red 159 ◦ green 54 ◦ blue 241

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

Shades of Blue Violet #9F36F1

Tints of Blue Violet #9F36F1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.89%

 BLUE value IS 241 (94.53% from 255) = 53.08%

R = 35.02%
G = 11.89%
B = 53.08%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F36F1 (or 0x9F36F1) is known color: Blue Violet. HEX triplet: 9F, 36 and F1. RGB value is (159,54,241). Sum of RGB (Red+Green+Blue) = 159+54+241=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F36F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F36F1 is #60C90E. Grayscale: #6A6A6A. Windows color (decimal): -6342927 or 15808159. OLE color: 15808159.

HSL color Cylindrical-coordinate representation of color #9F36F1: hue angle of 273.69º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F36F1 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 54 241 -
CMYK 0.34 0.78 0 0.05
HSL 273.69º 0.87% 0.58% -
HSV(B) 273.69º 0.78% 0.95% -
XYZ 31.49 16.36 84.72 -
YUV 106.71 203.79 165.29 -
System Red Green Blue C M Y K H S L
Decimal 159 54 241 0.34 0.78 0 0.05 273.69 0.87 0.58
Hex 9F 36 F1 22 4E 0 5 112 57 3A
Octal 237 66 361 42 116 0 5 422 127 72
Binary 10011111 110110 11110001 100010 1001110 0 101 100010010 1010111 111010

Color Harmonies of #9F36F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F36F1

Black with #9F36F1

Text Example


Text Example

White with #9F36F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,241); }

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

background-color css

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

 a { background-color: rgb(159,54,241); }

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

border-color css

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

 span { border-color: rgb(159,54,241); }

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