Html Css Color HEX #9F44EF Blue Violet

📋 copy color: '#9F44EF'

red 159 ◦ green 68 ◦ blue 239

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

Shades of Blue Violet #9F44EF

Tints of Blue Violet #9F44EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

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

R = 34.12%
G = 14.59%
B = 51.29%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F44EF (or 0x9F44EF) is known color: Blue Violet. HEX triplet: 9F, 44 and EF. RGB value is (159,68,239). Sum of RGB (Red+Green+Blue) = 159+68+239=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F44EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F44EF is #60BB10. Grayscale: #727272. Windows color (decimal): -6339345 or 15680671. OLE color: 15680671.

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

Color convert

RGB 159 68 239 -
CMYK 0.33 0.72 0 0.06
HSL 271.93º 0.84% 0.6% -
HSV(B) 271.93º 0.72% 0.94% -
XYZ 31.95 17.74 83.4 -
YUV 114.7 198.15 159.6 -
System Red Green Blue C M Y K H S L
Decimal 159 68 239 0.33 0.72 0 0.06 271.93 0.84 0.6
Hex 9F 44 EF 21 48 0 6 110 54 3C
Octal 237 104 357 41 110 0 6 420 124 74
Binary 10011111 1000100 11101111 100001 1001000 0 110 100010000 1010100 111100

Color Harmonies of #9F44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F44EF

Black with #9F44EF

Text Example


Text Example

White with #9F44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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