#9714D0

Color #9714D0 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9714D0

Tints of Dark Violet #9714D0

Color information

#9714D0 (or 0x9714D0) is unknown color: approx Dark Violet. HEX triplet: 97, 14 and D0. RGB value is (151,20,208). Sum of RGB (Red+Green+Blue) = 151+20+208=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #9714D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714D0 is #68EB2F. Grayscale: #4F4F4F. Windows color (decimal): -6875952 or 13636759. OLE color: 13636759.

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

Color convert

RGB15120208-
CMYK0.270.9000.18
HSL281.81º82.46%44.71%-
HSV(B)281.81º90.38%81.57%-
XYZ24.411.6360.63-
YUV80.6199.9178.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 208 (81.64% from 255) = 54.88%
R=39.84%
G=5.28%
B=54.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151202080.270.9000.18281.8182.4644.71
Hex9714D01B5A01211a522d
Octal227243203313202243212255
Binary1001011110100110100001101110110100100101000110101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9714D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9714D0;
 }
 .AnyTagClassName
 {
   color: #9714D0;
 }
</style>
background-color css

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

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

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

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

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

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