Html Css Color HEX #9F3FEF Blue Violet

📋 copy color: '#9F3FEF'

red 159 ◦ green 63 ◦ blue 239

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

Shades of Blue Violet #9F3FEF

Tints of Blue Violet #9F3FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

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

R = 34.49%
G = 13.67%
B = 51.84%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F3FEF (or 0x9F3FEF) is known color: Blue Violet. HEX triplet: 9F, 3F and EF. RGB value is (159,63,239). Sum of RGB (Red+Green+Blue) = 159+63+239=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3FEF is #60C010. Grayscale: #6F6F6F. Windows color (decimal): -6340625 or 15679391. OLE color: 15679391.

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

Color convert

RGB 159 63 239 -
CMYK 0.33 0.74 0 0.06
HSL 272.73º 0.85% 0.59% -
HSV(B) 272.73º 0.74% 0.94% -
XYZ 31.66 17.16 83.3 -
YUV 111.77 199.8 161.69 -
System Red Green Blue C M Y K H S L
Decimal 159 63 239 0.33 0.74 0 0.06 272.73 0.85 0.59
Hex 9F 3F EF 21 4A 0 6 111 55 3B
Octal 237 77 357 41 112 0 6 421 125 73
Binary 10011111 111111 11101111 100001 1001010 0 110 100010001 1010101 111011

Color Harmonies of #9F3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3FEF

Black with #9F3FEF

Text Example


Text Example

White with #9F3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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