Html Css Color HEX #8417BC Dark Violet

📋 copy color: '#8417BC'

red 132 ◦ green 23 ◦ blue 188

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

Shades of Dark Violet #8417BC

Tints of Dark Violet #8417BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

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

R = 38.48%
G = 6.71%
B = 54.81%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8417BC (or 0x8417BC) is known color: Dark Violet. HEX triplet: 84, 17 and BC. RGB value is (132,23,188). Sum of RGB (Red+Green+Blue) = 132+23+188=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #8417BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8417BC is #7BE843. Grayscale: #494949. Windows color (decimal): -8120388 or 12326788. OLE color: 12326788.

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

Color convert

RGB 132 23 188 -
CMYK 0.30 0.88 0 0.26
HSL 279.64º 0.78% 0.41% -
HSV(B) 279.64º 0.88% 0.74% -
XYZ 18.9 9.15 48.35 -
YUV 74.4 192.11 169.08 -
System Red Green Blue C M Y K H S L
Decimal 132 23 188 0.30 0.88 0 0.26 279.64 0.78 0.41
Hex 84 17 BC 1E 58 0 1A 118 4E 29
Octal 204 27 274 36 130 0 32 430 116 51
Binary 10000100 10111 10111100 11110 1011000 0 11010 100011000 1001110 101001

Color Harmonies of #8417BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8417BC

Black with #8417BC

Text Example


Text Example

White with #8417BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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