Html Css Color HEX #9712DF Dark Violet

📋 copy color: '#9712DF'

red 151 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #9712DF

Tints of Dark Violet #9712DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.89%

R = 38.52%
G = 4.59%
B = 56.89%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9712DF (or 0x9712DF) is known color: Dark Violet. HEX triplet: 97, 12 and DF. RGB value is (151,18,223). Sum of RGB (Red+Green+Blue) = 151+18+223=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #9712DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9712DF is #68ED20. Grayscale: #505050. Windows color (decimal): -6876449 or 14619287. OLE color: 14619287.

HSL color Cylindrical-coordinate representation of color #9712DF: hue angle of 278.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9712DF is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 18 223 -
CMYK 0.32 0.92 0 0.13
HSL 278.93º 0.85% 0.47% -
HSV(B) 278.93º 0.92% 0.87% -
XYZ 26.3 12.34 70.81 -
YUV 81.14 208.06 177.83 -
System Red Green Blue C M Y K H S L
Decimal 151 18 223 0.32 0.92 0 0.13 278.93 0.85 0.47
Hex 97 12 DF 20 5C 0 D 117 55 2F
Octal 227 22 337 40 134 0 15 427 125 57
Binary 10010111 10010 11011111 100000 1011100 0 1101 100010111 1010101 101111

Color Harmonies of #9712DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9712DF

Black with #9712DF

Text Example


Text Example

White with #9712DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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