Html Css Color HEX #9715CA Dark Violet

📋 copy color: '#9715CA'

red 151 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #9715CA

Tints of Dark Violet #9715CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.61%

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

R = 40.37%
G = 5.61%
B = 54.01%

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

#9715CA (or 0x9715CA) is known color: Dark Violet. HEX triplet: 97, 15 and CA. RGB value is (151,21,202). Sum of RGB (Red+Green+Blue) = 151+21+202=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #9715CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715CA is #68EA35. Grayscale: #4F4F4F. Windows color (decimal): -6875702 or 13243799. OLE color: 13243799.

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

Color convert

RGB 151 21 202 -
CMYK 0.25 0.90 0 0.21
HSL 283.09º 0.81% 0.44% -
HSV(B) 283.09º 0.9% 0.79% -
XYZ 23.69 11.38 56.82 -
YUV 80.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 151 21 202 0.25 0.90 0 0.21 283.09 0.81 0.44
Hex 97 15 CA 19 5A 0 15 11B 51 2C
Octal 227 25 312 31 132 0 25 433 121 54
Binary 10010111 10101 11001010 11001 1011010 0 10101 100011011 1010001 101100

Color Harmonies of #9715CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715CA

Black with #9715CA

Text Example


Text Example

White with #9715CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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