Html Css Color HEX #8432C1 Dark Orchid

📋 copy color: '#8432C1'

red 132 ◦ green 50 ◦ blue 193

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

Shades of Dark Orchid #8432C1

Tints of Dark Orchid #8432C1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 35.2%
G = 13.33%
B = 51.47%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8432C1 (or 0x8432C1) is known color: Dark Orchid. HEX triplet: 84, 32 and C1. RGB value is (132,50,193). Sum of RGB (Red+Green+Blue) = 132+50+193=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #8432C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432C1 is #7BCD3E. Grayscale: #5A5A5A. Windows color (decimal): -8113471 or 12661380. OLE color: 12661380.

HSL color Cylindrical-coordinate representation of color #8432C1: hue angle of 274.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8432C1 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 50 193 -
CMYK 0.32 0.74 0 0.24
HSL 274.41º 0.59% 0.48% -
HSV(B) 274.41º 0.74% 0.76% -
XYZ 20.28 11.04 51.51 -
YUV 90.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 132 50 193 0.32 0.74 0 0.24 274.41 0.59 0.48
Hex 84 32 C1 20 4A 0 18 112 3B 30
Octal 204 62 301 40 112 0 30 422 73 60
Binary 10000100 110010 11000001 100000 1001010 0 11000 100010010 111011 110000

Color Harmonies of #8432C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8432C1

Black with #8432C1

Text Example


Text Example

White with #8432C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8432C1; }

 p { color: rgb(132,50,193); }

 H1.HeaderClassName
 {
   color: #8432C1;
 }
 .AnyTagClassName
 {
   color: #8432C1;
 }
</style>

background-color css

<style>
 a { background-color: #8432C1; }

 a { background-color: rgb(132,50,193); }

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

border-color css

<style>
 span { border-color: #8432C1; }

 span { border-color: rgb(132,50,193); }

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