Html Css Color HEX #9712BF Dark Violet

📋 copy color: '#9712BF'

red 151 ◦ green 18 ◦ blue 191

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

Shades of Dark Violet #9712BF

Tints of Dark Violet #9712BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.06%

R = 41.94%
G = 5%
B = 53.06%

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

#9712BF (or 0x9712BF) is known color: Dark Violet. HEX triplet: 97, 12 and BF. RGB value is (151,18,191). Sum of RGB (Red+Green+Blue) = 151+18+191=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #9712BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712BF is #68ED40. Grayscale: #4C4C4C. Windows color (decimal): -6876481 or 12522135. OLE color: 12522135.

HSL color Cylindrical-coordinate representation of color #9712BF: hue angle of 286.13º 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 #9712BF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 18 191 -
CMYK 0.21 0.91 0 0.25
HSL 286.13º 0.83% 0.41% -
HSV(B) 286.13º 0.91% 0.75% -
XYZ 22.38 10.77 50.19 -
YUV 77.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 151 18 191 0.21 0.91 0 0.25 286.13 0.83 0.41
Hex 97 12 BF 15 5B 0 19 11E 53 29
Octal 227 22 277 25 133 0 31 436 123 51
Binary 10010111 10010 10111111 10101 1011011 0 11001 100011110 1010011 101001

Color Harmonies of #9712BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9712BF

Black with #9712BF

Text Example


Text Example

White with #9712BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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