#9213CD

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

Shades of Dark Violet #9213CD

Tints of Dark Violet #9213CD

Color information

#9213CD (or 0x9213CD) is unknown color: approx Dark Violet. HEX triplet: 92, 13 and CD. RGB value is (146,19,205). Sum of RGB (Red+Green+Blue) = 146+19+205=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #9213CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213CD is #6DEC32. Grayscale: #4D4D4D. Windows color (decimal): -7203891 or 13439890. OLE color: 13439890.

HSL color Cylindrical-coordinate representation of color #9213CD: hue angle of 280.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9213CD is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14619205-
CMYK0.290.9100.20
HSL280.97º83.04%43.92%-
HSV(B)280.97º90.73%80.39%-
XYZ23.1110.9858.66-
YUV78.18199.58176.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 19 (7.81% from 255) = 5.14%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=39.46%
G=5.14%
B=55.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146192050.290.9100.20280.9783.0443.92
Hex9213CD1D5B014119532c
Octal222233153513302443112354
Binary1001001010011110011011110110110110101001000110011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9213CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9213CD; }

 p { color: rgb(146,19,205); }

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

<style>
 a { background-color: #9213CD; }

 a { background-color: rgb(146,19,205); }

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

<style>
 span { border-color: #9213CD; }

 span { border-color: rgb(146,19,205); }

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