Html Css Color HEX #9F29F6 Blue Violet

📋 copy color: '#9F29F6'

red 159 ◦ green 41 ◦ blue 246

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

Shades of Blue Violet #9F29F6

Tints of Blue Violet #9F29F6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.19%

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

R = 35.65%
G = 9.19%
B = 55.16%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F29F6 (or 0x9F29F6) is known color: Blue Violet. HEX triplet: 9F, 29 and F6. RGB value is (159,41,246). Sum of RGB (Red+Green+Blue) = 159+41+246=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F29F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F29F6 is #60D609. Grayscale: #626262. Windows color (decimal): -6346250 or 16132511. OLE color: 16132511.

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

Color convert

RGB 159 41 246 -
CMYK 0.35 0.83 0 0.04
HSL 274.54º 0.92% 0.56% -
HSV(B) 274.54º 0.83% 0.96% -
XYZ 31.73 15.61 88.53 -
YUV 99.65 210.59 170.33 -
System Red Green Blue C M Y K H S L
Decimal 159 41 246 0.35 0.83 0 0.04 274.54 0.92 0.56
Hex 9F 29 F6 23 53 0 4 113 5C 38
Octal 237 51 366 43 123 0 4 423 134 70
Binary 10011111 101001 11110110 100011 1010011 0 100 100010011 1011100 111000

Color Harmonies of #9F29F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F29F6

Black with #9F29F6

Text Example


Text Example

White with #9F29F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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