Html Css Color HEX #9F4FFC Blue Violet

📋 copy color: '#9F4FFC'

red 159 ◦ green 79 ◦ blue 252

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

Shades of Blue Violet #9F4FFC

Tints of Blue Violet #9F4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 32.45%
G = 16.12%
B = 51.43%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F4FFC (or 0x9F4FFC) is known color: Blue Violet. HEX triplet: 9F, 4F and FC. RGB value is (159,79,252). Sum of RGB (Red+Green+Blue) = 159+79+252=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F4FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4FFC is #60B003. Grayscale: #7A7A7A. Windows color (decimal): -6336516 or 16535455. OLE color: 16535455.

HSL color Cylindrical-coordinate representation of color #9F4FFC: hue angle of 267.75º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4FFC is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 79 252 -
CMYK 0.37 0.69 0 0.01
HSL 267.75º 0.97% 0.65% -
HSV(B) 267.75º 0.69% 0.99% -
XYZ 34.66 19.99 94.13 -
YUV 122.64 201 153.93 -
System Red Green Blue C M Y K H S L
Decimal 159 79 252 0.37 0.69 0 0.01 267.75 0.97 0.65
Hex 9F 4F FC 25 45 0 1 10C 61 41
Octal 237 117 374 45 105 0 1 414 141 101
Binary 10011111 1001111 11111100 100101 1000101 0 1 100001100 1100001 1000001

Color Harmonies of #9F4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4FFC

Black with #9F4FFC

Text Example


Text Example

White with #9F4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,252); }

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

background-color css

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

 a { background-color: rgb(159,79,252); }

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

border-color css

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

 span { border-color: rgb(159,79,252); }

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