Html Css Color HEX #8400CD Dark Violet

📋 copy color: '#8400CD'

red 132 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #8400CD

Tints of Dark Violet #8400CD

RGB

 RED value IS 132 (51.95% from 255) = 39.17%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 39.17%
G = 0%
B = 60.83%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8400CD (or 0x8400CD) is known color: Dark Violet. HEX triplet: 84, 00 and CD. RGB value is (132,0,205). Sum of RGB (Red+Green+Blue) = 132+0+205=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #8400CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8400CD is #7BFF32. Grayscale: #3E3E3E. Windows color (decimal): -8126259 or 13435012. OLE color: 13435012.

HSL color Cylindrical-coordinate representation of color #8400CD: hue angle of 278.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400CD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 0 205 -
CMYK 0.36 1 0 0.20
HSL 278.63º 1% 0.4% -
HSV(B) 278.63º 1% 0.8% -
XYZ 20.54 9.31 58.47 -
YUV 62.84 208.23 177.33 -
System Red Green Blue C M Y K H S L
Decimal 132 0 205 0.36 1 0 0.20 278.63 1 0.4
Hex 84 0 CD 24 64 0 14 117 64 28
Octal 204 0 315 44 144 0 24 427 144 50
Binary 10000100 0 11001101 100100 1100100 0 10100 100010111 1100100 101000

Color Harmonies of #8400CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8400CD

Black with #8400CD

Text Example


Text Example

White with #8400CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,0,205); }

 H1.HeaderClassName
 {
   color: #8400CD;
 }
 .AnyTagClassName
 {
   color: #8400CD;
 }
</style>

background-color css

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

 a { background-color: rgb(132,0,205); }

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

border-color css

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

 span { border-color: rgb(132,0,205); }

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