Html Css Color HEX #9713CD Dark Violet

📋 copy color: '#9713CD'

red 151 ◦ green 19 ◦ blue 205

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

Shades of Dark Violet #9713CD

Tints of Dark Violet #9713CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.07%

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 40.27%
G = 5.07%
B = 54.67%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9713CD (or 0x9713CD) is known color: Dark Violet. HEX triplet: 97, 13 and CD. RGB value is (151,19,205). Sum of RGB (Red+Green+Blue) = 151+19+205=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #9713CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713CD is #68EC32. Grayscale: #4F4F4F. Windows color (decimal): -6876211 or 13439895. OLE color: 13439895.

HSL color Cylindrical-coordinate representation of color #9713CD: hue angle of 282.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9713CD is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 19 205 -
CMYK 0.26 0.91 0 0.20
HSL 282.58º 0.83% 0.44% -
HSV(B) 282.58º 0.91% 0.8% -
XYZ 24.01 11.45 58.7 -
YUV 79.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 151 19 205 0.26 0.91 0 0.20 282.58 0.83 0.44
Hex 97 13 CD 1A 5B 0 14 11B 53 2C
Octal 227 23 315 32 133 0 24 433 123 54
Binary 10010111 10011 11001101 11010 1011011 0 10100 100011011 1010011 101100

Color Harmonies of #9713CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713CD

Black with #9713CD

Text Example


Text Example

White with #9713CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9713CD; }

 p { color: rgb(151,19,205); }

 H1.HeaderClassName
 {
   color: #9713CD;
 }
 .AnyTagClassName
 {
   color: #9713CD;
 }
</style>

background-color css

<style>
 a { background-color: #9713CD; }

 a { background-color: rgb(151,19,205); }

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

border-color css

<style>
 span { border-color: #9713CD; }

 span { border-color: rgb(151,19,205); }

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