Html Css Color HEX #8400BC Dark Violet

📋 copy color: '#8400BC'

red 132 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #8400BC

Tints of Dark Violet #8400BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 41.25%
G = 0%
B = 58.75%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8400BC (or 0x8400BC) is known color: Dark Violet. HEX triplet: 84, 00 and BC. RGB value is (132,0,188). Sum of RGB (Red+Green+Blue) = 132+0+188=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #8400BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8400BC is #7BFF43. Grayscale: #3C3C3C. Windows color (decimal): -8126276 or 12320900. OLE color: 12320900.

HSL color Cylindrical-coordinate representation of color #8400BC: hue angle of 282.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400BC is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 0 188 -
CMYK 0.30 1 0 0.26
HSL 282.13º 1% 0.37% -
HSV(B) 282.13º 1% 0.74% -
XYZ 18.59 8.54 48.24 -
YUV 60.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 132 0 188 0.30 1 0 0.26 282.13 1 0.37
Hex 84 0 BC 1E 64 0 1A 11A 64 25
Octal 204 0 274 36 144 0 32 432 144 45
Binary 10000100 0 10111100 11110 1100100 0 11010 100011010 1100100 100101

Color Harmonies of #8400BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8400BC

Black with #8400BC

Text Example


Text Example

White with #8400BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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