Html Css Color HEX #9F4DEE Blue Violet

📋 copy color: '#9F4DEE'

red 159 ◦ green 77 ◦ blue 238

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

Shades of Blue Violet #9F4DEE

Tints of Blue Violet #9F4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.24%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 33.54%
G = 16.24%
B = 50.21%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F4DEE (or 0x9F4DEE) is known color: Blue Violet. HEX triplet: 9F, 4D and EE. RGB value is (159,77,238). Sum of RGB (Red+Green+Blue) = 159+77+238=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4DEE is #60B211. Grayscale: #777777. Windows color (decimal): -6337042 or 15617439. OLE color: 15617439.

HSL color Cylindrical-coordinate representation of color #9F4DEE: hue angle of 270.56º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4DEE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 77 238 -
CMYK 0.33 0.68 0 0.07
HSL 270.56º 0.83% 0.62% -
HSV(B) 270.56º 0.68% 0.93% -
XYZ 32.38 18.85 82.82 -
YUV 119.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 159 77 238 0.33 0.68 0 0.07 270.56 0.83 0.62
Hex 9F 4D EE 21 44 0 7 10F 53 3E
Octal 237 115 356 41 104 0 7 417 123 76
Binary 10011111 1001101 11101110 100001 1000100 0 111 100001111 1010011 111110

Color Harmonies of #9F4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DEE

Black with #9F4DEE

Text Example


Text Example

White with #9F4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,77,238); }

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

background-color css

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

 a { background-color: rgb(159,77,238); }

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

border-color css

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

 span { border-color: rgb(159,77,238); }

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