Html Css Color HEX #9F28EF Blue Violet

📋 copy color: '#9F28EF'

red 159 ◦ green 40 ◦ blue 239

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

Shades of Blue Violet #9F28EF

Tints of Blue Violet #9F28EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 36.3%
G = 9.13%
B = 54.57%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F28EF (or 0x9F28EF) is known color: Blue Violet. HEX triplet: 9F, 28 and EF. RGB value is (159,40,239). Sum of RGB (Red+Green+Blue) = 159+40+239=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F28EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F28EF is #60D710. Grayscale: #616161. Windows color (decimal): -6346513 or 15673503. OLE color: 15673503.

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

Color convert

RGB 159 40 239 -
CMYK 0.33 0.83 0 0.06
HSL 275.88º 0.86% 0.55% -
HSV(B) 275.88º 0.83% 0.94% -
XYZ 30.64 15.12 82.97 -
YUV 98.27 207.42 171.32 -
System Red Green Blue C M Y K H S L
Decimal 159 40 239 0.33 0.83 0 0.06 275.88 0.86 0.55
Hex 9F 28 EF 21 53 0 6 114 56 37
Octal 237 50 357 41 123 0 6 424 126 67
Binary 10011111 101000 11101111 100001 1010011 0 110 100010100 1010110 110111

Color Harmonies of #9F28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F28EF

Black with #9F28EF

Text Example


Text Example

White with #9F28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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