Html Css Color HEX #9F40EF Blue Violet

📋 copy color: '#9F40EF'

red 159 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #9F40EF

Tints of Blue Violet #9F40EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.85%

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

R = 34.42%
G = 13.85%
B = 51.73%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F40EF (or 0x9F40EF) is known color: Blue Violet. HEX triplet: 9F, 40 and EF. RGB value is (159,64,239). Sum of RGB (Red+Green+Blue) = 159+64+239=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F40EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F40EF is #60BF10. Grayscale: #6F6F6F. Windows color (decimal): -6340369 or 15679647. OLE color: 15679647.

HSL color Cylindrical-coordinate representation of color #9F40EF: hue angle of 272.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F40EF is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 64 239 -
CMYK 0.33 0.73 0 0.06
HSL 272.57º 0.85% 0.59% -
HSV(B) 272.57º 0.73% 0.94% -
XYZ 31.71 17.27 83.32 -
YUV 112.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 159 64 239 0.33 0.73 0 0.06 272.57 0.85 0.59
Hex 9F 40 EF 21 49 0 6 111 55 3B
Octal 237 100 357 41 111 0 6 421 125 73
Binary 10011111 1000000 11101111 100001 1001001 0 110 100010001 1010101 111011

Color Harmonies of #9F40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F40EF

Black with #9F40EF

Text Example


Text Example

White with #9F40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,64,239); }

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

background-color css

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

 a { background-color: rgb(159,64,239); }

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

border-color css

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

 span { border-color: rgb(159,64,239); }

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