Html Css Color HEX #9914CE Dark Violet

📋 copy color: '#9914CE'

red 153 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #9914CE

Tints of Dark Violet #9914CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 40.37%
G = 5.28%
B = 54.35%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9914CE (or 0x9914CE) is known color: Dark Violet. HEX triplet: 99, 14 and CE. RGB value is (153,20,206). Sum of RGB (Red+Green+Blue) = 153+20+206=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #9914CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914CE is #66EB31. Grayscale: #505050. Windows color (decimal): -6744882 or 13505689. OLE color: 13505689.

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

Color convert

RGB 153 20 206 -
CMYK 0.26 0.90 0 0.19
HSL 282.9º 0.82% 0.44% -
HSV(B) 282.9º 0.9% 0.81% -
XYZ 24.53 11.73 59.36 -
YUV 80.97 198.56 179.38 -
System Red Green Blue C M Y K H S L
Decimal 153 20 206 0.26 0.90 0 0.19 282.9 0.82 0.44
Hex 99 14 CE 1A 5A 0 13 11B 52 2C
Octal 231 24 316 32 132 0 23 433 122 54
Binary 10011001 10100 11001110 11010 1011010 0 10011 100011011 1010010 101100

Color Harmonies of #9914CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914CE

Black with #9914CE

Text Example


Text Example

White with #9914CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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