Html Css Color HEX #9712C0 Dark Violet

📋 copy color: '#9712C0'

red 151 ◦ green 18 ◦ blue 192

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

Shades of Dark Violet #9712C0

Tints of Dark Violet #9712C0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

 BLUE value IS 192 (75.39% from 255) = 53.19%

R = 41.83%
G = 4.99%
B = 53.19%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9712C0 (or 0x9712C0) is known color: Dark Violet. HEX triplet: 97, 12 and C0. RGB value is (151,18,192). Sum of RGB (Red+Green+Blue) = 151+18+192=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #9712C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712C0 is #68ED3F. Grayscale: #4D4D4D. Windows color (decimal): -6876480 or 12587671. OLE color: 12587671.

HSL color Cylindrical-coordinate representation of color #9712C0: hue angle of 285.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9712C0 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 18 192 -
CMYK 0.21 0.91 0 0.25
HSL 285.86º 0.83% 0.41% -
HSV(B) 285.86º 0.91% 0.75% -
XYZ 22.49 10.82 50.77 -
YUV 77.6 192.56 180.35 -
System Red Green Blue C M Y K H S L
Decimal 151 18 192 0.21 0.91 0 0.25 285.86 0.83 0.41
Hex 97 12 C0 15 5B 0 19 11E 53 29
Octal 227 22 300 25 133 0 31 436 123 51
Binary 10010111 10010 11000000 10101 1011011 0 11001 100011110 1010011 101001

Color Harmonies of #9712C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9712C0

Black with #9712C0

Text Example


Text Example

White with #9712C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9712C0; }

 p { color: rgb(151,18,192); }

 H1.HeaderClassName
 {
   color: #9712C0;
 }
 .AnyTagClassName
 {
   color: #9712C0;
 }
</style>

background-color css

<style>
 a { background-color: #9712C0; }

 a { background-color: rgb(151,18,192); }

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

border-color css

<style>
 span { border-color: #9712C0; }

 span { border-color: rgb(151,18,192); }

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