Html Css Color HEX #8421B2 Dark Orchid

📋 copy color: '#8421B2'

red 132 ◦ green 33 ◦ blue 178

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

Shades of Dark Orchid #8421B2

Tints of Dark Orchid #8421B2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

 BLUE value IS 178 (69.92% from 255) = 51.9%

R = 38.48%
G = 9.62%
B = 51.9%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8421B2 (or 0x8421B2) is known color: Dark Orchid. HEX triplet: 84, 21 and B2. RGB value is (132,33,178). Sum of RGB (Red+Green+Blue) = 132+33+178=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #8421B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8421B2 is #7BDE4D. Grayscale: #4E4E4E. Windows color (decimal): -8117838 or 11673988. OLE color: 11673988.

HSL color Cylindrical-coordinate representation of color #8421B2: hue angle of 280.97º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8421B2 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 33 178 -
CMYK 0.26 0.81 0 0.30
HSL 280.97º 0.69% 0.41% -
HSV(B) 280.97º 0.81% 0.7% -
XYZ 18.1 9.21 42.94 -
YUV 79.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 132 33 178 0.26 0.81 0 0.30 280.97 0.69 0.41
Hex 84 21 B2 1A 51 0 1E 119 45 29
Octal 204 41 262 32 121 0 36 431 105 51
Binary 10000100 100001 10110010 11010 1010001 0 11110 100011001 1000101 101001

Color Harmonies of #8421B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8421B2

Black with #8421B2

Text Example


Text Example

White with #8421B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8421B2; }

 p { color: rgb(132,33,178); }

 H1.HeaderClassName
 {
   color: #8421B2;
 }
 .AnyTagClassName
 {
   color: #8421B2;
 }
</style>

background-color css

<style>
 a { background-color: #8421B2; }

 a { background-color: rgb(132,33,178); }

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

border-color css

<style>
 span { border-color: #8421B2; }

 span { border-color: rgb(132,33,178); }

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