#9410CD

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

Shades of Dark Violet #9410CD

Tints of Dark Violet #9410CD

Color information

#9410CD (or 0x9410CD) is unknown color: approx Dark Violet. HEX triplet: 94, 10 and CD. RGB value is (148,16,205). Sum of RGB (Red+Green+Blue) = 148+16+205=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #9410CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410CD is #6BEF32. Grayscale: #4C4C4C. Windows color (decimal): -7073587 or 13439124. OLE color: 13439124.

HSL color Cylindrical-coordinate representation of color #9410CD: hue angle of 281.9º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9410CD is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14816205-
CMYK0.280.9200.20
HSL281.9º85.52%43.33%-
HSV(B)281.9º92.2%80.39%-
XYZ23.4211.0758.66-
YUV77.01200.23178.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 16 (6.64% from 255) = 4.34%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=40.11%
G=4.34%
B=55.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148162050.280.9200.20281.985.5243.33
Hex9410CD1C5C01411a562b
Octal224203153413402443212653
Binary1001010010000110011011110010111000101001000110101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9410CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,16,205); }

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

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

 a { background-color: rgb(148,16,205); }

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

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

 span { border-color: rgb(148,16,205); }

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