Html Css Color HEX #9F28EA Blue Violet

📋 copy color: '#9F28EA'

red 159 ◦ green 40 ◦ blue 234

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

Shades of Blue Violet #9F28EA

Tints of Blue Violet #9F28EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.24%

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 36.72%
G = 9.24%
B = 54.04%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F28EA (or 0x9F28EA) is known color: Blue Violet. HEX triplet: 9F, 28 and EA. RGB value is (159,40,234). Sum of RGB (Red+Green+Blue) = 159+40+234=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F28EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F28EA is #60D715. Grayscale: #616161. Windows color (decimal): -6346518 or 15345823. OLE color: 15345823.

HSL color Cylindrical-coordinate representation of color #9F28EA: hue angle of 276.8º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F28EA is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 40 234 -
CMYK 0.32 0.83 0 0.08
HSL 276.8º 0.82% 0.54% -
HSV(B) 276.8º 0.83% 0.92% -
XYZ 29.91 14.83 79.13 -
YUV 97.7 204.92 171.73 -
System Red Green Blue C M Y K H S L
Decimal 159 40 234 0.32 0.83 0 0.08 276.8 0.82 0.54
Hex 9F 28 EA 20 53 0 8 115 52 36
Octal 237 50 352 40 123 0 10 425 122 66
Binary 10011111 101000 11101010 100000 1010011 0 1000 100010101 1010010 110110

Color Harmonies of #9F28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F28EA

Black with #9F28EA

Text Example


Text Example

White with #9F28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,40,234); }

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

background-color css

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

 a { background-color: rgb(159,40,234); }

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

border-color css

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

 span { border-color: rgb(159,40,234); }

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