#8614CD

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

Shades of Dark Violet #8614CD

Tints of Dark Violet #8614CD

Color information

#8614CD (or 0x8614CD) is unknown color: approx Dark Violet. HEX triplet: 86, 14 and CD. RGB value is (134,20,205). Sum of RGB (Red+Green+Blue) = 134+20+205=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #8614CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8614CD is #79EB32. Grayscale: #4A4A4A. Windows color (decimal): -7990067 or 13440134. OLE color: 13440134.

HSL color Cylindrical-coordinate representation of color #8614CD: hue angle of 276.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8614CD is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13420205-
CMYK0.350.9000.20
HSL276.97º82.22%44.12%-
HSV(B)276.97º90.24%80.39%-
XYZ21.19.9858.57-
YUV75.18201.27169.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 20 (8.20% from 255) = 5.57%
BLUE value IS 205 (80.47% from 255) = 57.10%
R=37.33%
G=5.57%
B=57.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134202050.350.9000.20276.9782.2244.12
Hex8614CD235A014115522c
Octal206243154313202442512254
Binary10000110101001100110110001110110100101001000101011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8614CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,20,205); }

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

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

 a { background-color: rgb(134,20,205); }

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

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

 span { border-color: rgb(134,20,205); }

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