Html Css Color HEX #9F29ED Blue Violet

📋 copy color: '#9F29ED'

red 159 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #9F29ED

Tints of Blue Violet #9F29ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 36.38%
G = 9.38%
B = 54.23%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F29ED (or 0x9F29ED) is known color: Blue Violet. HEX triplet: 9F, 29 and ED. RGB value is (159,41,237). Sum of RGB (Red+Green+Blue) = 159+41+237=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F29ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F29ED is #60D612. Grayscale: #616161. Windows color (decimal): -6346259 or 15542687. OLE color: 15542687.

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

Color convert

RGB 159 41 237 -
CMYK 0.33 0.83 0 0.07
HSL 276.12º 0.84% 0.55% -
HSV(B) 276.12º 0.83% 0.93% -
XYZ 30.38 15.07 81.43 -
YUV 98.63 206.09 171.06 -
System Red Green Blue C M Y K H S L
Decimal 159 41 237 0.33 0.83 0 0.07 276.12 0.84 0.55
Hex 9F 29 ED 21 53 0 7 114 54 37
Octal 237 51 355 41 123 0 7 424 124 67
Binary 10011111 101001 11101101 100001 1010011 0 111 100010100 1010100 110111

Color Harmonies of #9F29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F29ED

Black with #9F29ED

Text Example


Text Example

White with #9F29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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