Html Css Color HEX #9F4AEF Blue Violet

📋 copy color: '#9F4AEF'

red 159 ◦ green 74 ◦ blue 239

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

Shades of Blue Violet #9F4AEF

Tints of Blue Violet #9F4AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

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

R = 33.69%
G = 15.68%
B = 50.64%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F4AEF (or 0x9F4AEF) is known color: Blue Violet. HEX triplet: 9F, 4A and EF. RGB value is (159,74,239). Sum of RGB (Red+Green+Blue) = 159+74+239=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F4AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4AEF is #60B510. Grayscale: #757575. Windows color (decimal): -6337809 or 15682207. OLE color: 15682207.

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

Color convert

RGB 159 74 239 -
CMYK 0.33 0.69 0 0.06
HSL 270.91º 0.84% 0.61% -
HSV(B) 270.91º 0.69% 0.94% -
XYZ 32.33 18.5 83.53 -
YUV 118.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 159 74 239 0.33 0.69 0 0.06 270.91 0.84 0.61
Hex 9F 4A EF 21 45 0 6 10F 54 3D
Octal 237 112 357 41 105 0 6 417 124 75
Binary 10011111 1001010 11101111 100001 1000101 0 110 100001111 1010100 111101

Color Harmonies of #9F4AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4AEF

Black with #9F4AEF

Text Example


Text Example

White with #9F4AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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