Html Css Color HEX #9C14DF Dark Violet

📋 copy color: '#9C14DF'

red 156 ◦ green 20 ◦ blue 223

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

Shades of Dark Violet #9C14DF

Tints of Dark Violet #9C14DF

RGB

 RED value IS 156 (61.33% from 255) = 39.1%

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

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 39.1%
G = 5.01%
B = 55.89%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C14DF (or 0x9C14DF) is known color: Dark Violet. HEX triplet: 9C, 14 and DF. RGB value is (156,20,223). Sum of RGB (Red+Green+Blue) = 156+20+223=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C14DF is #63EB20. Grayscale: #535353. Windows color (decimal): -6548257 or 14619804. OLE color: 14619804.

HSL color Cylindrical-coordinate representation of color #9C14DF: hue angle of 280.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C14DF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 20 223 -
CMYK 0.30 0.91 0 0.13
HSL 280.2º 0.84% 0.48% -
HSV(B) 280.2º 0.91% 0.87% -
XYZ 27.28 12.9 70.86 -
YUV 83.81 206.56 179.49 -
System Red Green Blue C M Y K H S L
Decimal 156 20 223 0.30 0.91 0 0.13 280.2 0.84 0.48
Hex 9C 14 DF 1E 5B 0 D 118 54 30
Octal 234 24 337 36 133 0 15 430 124 60
Binary 10011100 10100 11011111 11110 1011011 0 1101 100011000 1010100 110000

Color Harmonies of #9C14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C14DF

Black with #9C14DF

Text Example


Text Example

White with #9C14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,20,223); }

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

background-color css

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

 a { background-color: rgb(156,20,223); }

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

border-color css

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

 span { border-color: rgb(156,20,223); }

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