Html Css Color HEX #9712BC Dark Violet

📋 copy color: '#9712BC'

red 151 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #9712BC

Tints of Dark Violet #9712BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 42.3%
G = 5.04%
B = 52.66%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9712BC (or 0x9712BC) is known color: Dark Violet. HEX triplet: 97, 12 and BC. RGB value is (151,18,188). Sum of RGB (Red+Green+Blue) = 151+18+188=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #9712BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712BC is #68ED43. Grayscale: #4C4C4C. Windows color (decimal): -6876484 or 12325527. OLE color: 12325527.

HSL color Cylindrical-coordinate representation of color #9712BC: hue angle of 286.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9712BC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 18 188 -
CMYK 0.20 0.90 0 0.26
HSL 286.94º 0.83% 0.4% -
HSV(B) 286.94º 0.9% 0.74% -
XYZ 22.06 10.64 48.47 -
YUV 77.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 151 18 188 0.20 0.90 0 0.26 286.94 0.83 0.4
Hex 97 12 BC 14 5A 0 1A 11F 53 28
Octal 227 22 274 24 132 0 32 437 123 50
Binary 10010111 10010 10111100 10100 1011010 0 11010 100011111 1010011 101000

Color Harmonies of #9712BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9712BC

Black with #9712BC

Text Example


Text Example

White with #9712BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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