Html Css Color HEX #9914CA Dark Violet

📋 copy color: '#9914CA'

red 153 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #9914CA

Tints of Dark Violet #9914CA

RGB

 RED value IS 153 (60.16% from 255) = 40.8%

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

 BLUE value IS 202 (79.3% from 255) = 53.87%

R = 40.8%
G = 5.33%
B = 53.87%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9914CA (or 0x9914CA) is known color: Dark Violet. HEX triplet: 99, 14 and CA. RGB value is (153,20,202). Sum of RGB (Red+Green+Blue) = 153+20+202=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #9914CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914CA is #66EB35. Grayscale: #4F4F4F. Windows color (decimal): -6744886 or 13243545. OLE color: 13243545.

HSL color Cylindrical-coordinate representation of color #9914CA: hue angle of 283.85º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9914CA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 20 202 -
CMYK 0.24 0.90 0 0.21
HSL 283.85º 0.82% 0.44% -
HSV(B) 283.85º 0.9% 0.79% -
XYZ 24.05 11.54 56.84 -
YUV 80.52 196.56 179.7 -
System Red Green Blue C M Y K H S L
Decimal 153 20 202 0.24 0.90 0 0.21 283.85 0.82 0.44
Hex 99 14 CA 18 5A 0 15 11C 52 2C
Octal 231 24 312 30 132 0 25 434 122 54
Binary 10011001 10100 11001010 11000 1011010 0 10101 100011100 1010010 101100

Color Harmonies of #9914CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914CA

Black with #9914CA

Text Example


Text Example

White with #9914CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9914CA; }

 p { color: rgb(153,20,202); }

 H1.HeaderClassName
 {
   color: #9914CA;
 }
 .AnyTagClassName
 {
   color: #9914CA;
 }
</style>

background-color css

<style>
 a { background-color: #9914CA; }

 a { background-color: rgb(153,20,202); }

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

border-color css

<style>
 span { border-color: #9914CA; }

 span { border-color: rgb(153,20,202); }

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