Html Css Color HEX #9F42F6 Blue Violet

📋 copy color: '#9F42F6'

red 159 ◦ green 66 ◦ blue 246

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

Shades of Blue Violet #9F42F6

Tints of Blue Violet #9F42F6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.01%

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 33.76%
G = 14.01%
B = 52.23%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F42F6 (or 0x9F42F6) is known color: Blue Violet. HEX triplet: 9F, 42 and F6. RGB value is (159,66,246). Sum of RGB (Red+Green+Blue) = 159+66+246=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F42F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F42F6 is #60BD09. Grayscale: #717171. Windows color (decimal): -6339850 or 16138911. OLE color: 16138911.

HSL color Cylindrical-coordinate representation of color #9F42F6: hue angle of 271º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F42F6 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 66 246 -
CMYK 0.35 0.73 0 0.04
HSL 271º 0.91% 0.61% -
HSV(B) 271º 0.73% 0.96% -
XYZ 32.88 17.92 88.91 -
YUV 114.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 159 66 246 0.35 0.73 0 0.04 271 0.91 0.61
Hex 9F 42 F6 23 49 0 4 10F 5B 3D
Octal 237 102 366 43 111 0 4 417 133 75
Binary 10011111 1000010 11110110 100011 1001001 0 100 100001111 1011011 111101

Color Harmonies of #9F42F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42F6

Black with #9F42F6

Text Example


Text Example

White with #9F42F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,246); }

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

background-color css

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

 a { background-color: rgb(159,66,246); }

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

border-color css

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

 span { border-color: rgb(159,66,246); }

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