Html Css Color HEX #9F14EA Dark Violet

📋 copy color: '#9F14EA'

red 159 ◦ green 20 ◦ blue 234

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

Shades of Dark Violet #9F14EA

Tints of Dark Violet #9F14EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.84%

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

R = 38.5%
G = 4.84%
B = 56.66%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F14EA (or 0x9F14EA) is known color: Dark Violet. HEX triplet: 9F, 14 and EA. RGB value is (159,20,234). Sum of RGB (Red+Green+Blue) = 159+20+234=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F14EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F14EA is #60EB15. Grayscale: #555555. Windows color (decimal): -6351638 or 15340703. OLE color: 15340703.

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

Color convert

RGB 159 20 234 -
CMYK 0.32 0.91 0 0.08
HSL 278.97º 0.84% 0.5% -
HSV(B) 278.97º 0.91% 0.92% -
XYZ 29.4 13.81 78.96 -
YUV 85.96 211.55 180.1 -
System Red Green Blue C M Y K H S L
Decimal 159 20 234 0.32 0.91 0 0.08 278.97 0.84 0.5
Hex 9F 14 EA 20 5B 0 8 117 54 32
Octal 237 24 352 40 133 0 10 427 124 62
Binary 10011111 10100 11101010 100000 1011011 0 1000 100010111 1010100 110010

Color Harmonies of #9F14EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14EA

Black with #9F14EA

Text Example


Text Example

White with #9F14EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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