Html Css Color HEX #8132C1 Dark Orchid

📋 copy color: '#8132C1'

red 129 ◦ green 50 ◦ blue 193

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

Shades of Dark Orchid #8132C1

Tints of Dark Orchid #8132C1

RGB

 RED value IS 129 (50.78% from 255) = 34.68%

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

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

R = 34.68%
G = 13.44%
B = 51.88%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8132C1 (or 0x8132C1) is known color: Dark Orchid. HEX triplet: 81, 32 and C1. RGB value is (129,50,193). Sum of RGB (Red+Green+Blue) = 129+50+193=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #8132C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8132C1 is #7ECD3E. Grayscale: #595959. Windows color (decimal): -8310079 or 12661377. OLE color: 12661377.

HSL color Cylindrical-coordinate representation of color #8132C1: hue angle of 273.15º 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 #8132C1 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 50 193 -
CMYK 0.33 0.74 0 0.24
HSL 273.15º 0.59% 0.48% -
HSV(B) 273.15º 0.74% 0.76% -
XYZ 19.82 10.8 51.49 -
YUV 89.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 129 50 193 0.33 0.74 0 0.24 273.15 0.59 0.48
Hex 81 32 C1 21 4A 0 18 111 3B 30
Octal 201 62 301 41 112 0 30 421 73 60
Binary 10000001 110010 11000001 100001 1001010 0 11000 100010001 111011 110000

Color Harmonies of #8132C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8132C1

Black with #8132C1

Text Example


Text Example

White with #8132C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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