Html Css Color HEX #9714CA Dark Violet

📋 copy color: '#9714CA'

red 151 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #9714CA

Tints of Dark Violet #9714CA

RGB

 RED value IS 151 (59.38% from 255) = 40.48%

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

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

R = 40.48%
G = 5.36%
B = 54.16%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9714CA (or 0x9714CA) is known color: Dark Violet. HEX triplet: 97, 14 and CA. RGB value is (151,20,202). Sum of RGB (Red+Green+Blue) = 151+20+202=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #9714CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714CA is #68EB35. Grayscale: #4F4F4F. Windows color (decimal): -6875958 or 13243543. OLE color: 13243543.

HSL color Cylindrical-coordinate representation of color #9714CA: hue angle of 283.19º 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 #9714CA is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 20 202 -
CMYK 0.25 0.90 0 0.21
HSL 283.19º 0.82% 0.44% -
HSV(B) 283.19º 0.9% 0.79% -
XYZ 23.67 11.34 56.82 -
YUV 79.92 196.9 178.7 -
System Red Green Blue C M Y K H S L
Decimal 151 20 202 0.25 0.90 0 0.21 283.19 0.82 0.44
Hex 97 14 CA 19 5A 0 15 11B 52 2C
Octal 227 24 312 31 132 0 25 433 122 54
Binary 10010111 10100 11001010 11001 1011010 0 10101 100011011 1010010 101100

Color Harmonies of #9714CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9714CA

Black with #9714CA

Text Example


Text Example

White with #9714CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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