Html Css Color HEX #9F14C8 Dark Violet

📋 copy color: '#9F14C8'

red 159 ◦ green 20 ◦ blue 200

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

Shades of Dark Violet #9F14C8

Tints of Dark Violet #9F14C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.77%

R = 41.95%
G = 5.28%
B = 52.77%

CMYK

 C value IS 0.20

 M value IS 0.9

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F14C8 (or 0x9F14C8) is known color: Dark Violet. HEX triplet: 9F, 14 and C8. RGB value is (159,20,200). Sum of RGB (Red+Green+Blue) = 159+20+200=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F14C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14C8 is #60EB37. Grayscale: #515151. Windows color (decimal): -6351672 or 13112479. OLE color: 13112479.

HSL color Cylindrical-coordinate representation of color #9F14C8: hue angle of 286.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F14C8 is Cyan = 0.20, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 20 200 -
CMYK 0.20 0.9 0 0.22
HSL 286.33º 0.82% 0.43% -
HSV(B) 286.33º 0.9% 0.78% -
XYZ 24.97 12.04 55.65 -
YUV 82.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 159 20 200 0.20 0.9 0 0.22 286.33 0.82 0.43
Hex 9F 14 C8 14 5A 0 16 11E 52 2B
Octal 237 24 310 24 132 0 26 436 122 53
Binary 10011111 10100 11001000 10100 1011010 0 10110 100011110 1010010 101011

Color Harmonies of #9F14C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14C8

Black with #9F14C8

Text Example


Text Example

White with #9F14C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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