Html Css Color HEX #9713D0 Dark Violet

📋 copy color: '#9713D0'

red 151 ◦ green 19 ◦ blue 208

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

Shades of Dark Violet #9713D0

Tints of Dark Violet #9713D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.03%

R = 39.95%
G = 5.03%
B = 55.03%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9713D0 (or 0x9713D0) is known color: Dark Violet. HEX triplet: 97, 13 and D0. RGB value is (151,19,208). Sum of RGB (Red+Green+Blue) = 151+19+208=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #9713D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713D0 is #68EC2F. Grayscale: #4F4F4F. Windows color (decimal): -6876208 or 13636503. OLE color: 13636503.

HSL color Cylindrical-coordinate representation of color #9713D0: hue angle of 281.9º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9713D0 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 19 208 -
CMYK 0.27 0.91 0 0.18
HSL 281.9º 0.83% 0.45% -
HSV(B) 281.9º 0.91% 0.82% -
XYZ 24.38 11.6 60.63 -
YUV 80.01 200.23 178.63 -
System Red Green Blue C M Y K H S L
Decimal 151 19 208 0.27 0.91 0 0.18 281.9 0.83 0.45
Hex 97 13 D0 1B 5B 0 12 11A 53 2D
Octal 227 23 320 33 133 0 22 432 123 55
Binary 10010111 10011 11010000 11011 1011011 0 10010 100011010 1010011 101101

Color Harmonies of #9713D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713D0

Black with #9713D0

Text Example


Text Example

White with #9713D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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