Html Css Color HEX #9715CE Dark Violet

📋 copy color: '#9715CE'

red 151 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #9715CE

Tints of Dark Violet #9715CE

RGB

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

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

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

R = 39.95%
G = 5.56%
B = 54.5%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9715CE (or 0x9715CE) is known color: Dark Violet. HEX triplet: 97, 15 and CE. RGB value is (151,21,206). Sum of RGB (Red+Green+Blue) = 151+21+206=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #9715CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715CE is #68EA31. Grayscale: #505050. Windows color (decimal): -6875698 or 13505943. OLE color: 13505943.

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

Color convert

RGB 151 21 206 -
CMYK 0.27 0.90 0 0.19
HSL 282.16º 0.81% 0.45% -
HSV(B) 282.16º 0.9% 0.81% -
XYZ 24.17 11.57 59.35 -
YUV 80.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 151 21 206 0.27 0.90 0 0.19 282.16 0.81 0.45
Hex 97 15 CE 1B 5A 0 13 11A 51 2D
Octal 227 25 316 33 132 0 23 432 121 55
Binary 10010111 10101 11001110 11011 1011010 0 10011 100011010 1010001 101101

Color Harmonies of #9715CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715CE

Black with #9715CE

Text Example


Text Example

White with #9715CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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