Html Css Color HEX #8437C5 Dark Orchid

📋 copy color: '#8437C5'

red 132 ◦ green 55 ◦ blue 197

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

Shades of Dark Orchid #8437C5

Tints of Dark Orchid #8437C5

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

 BLUE value IS 197 (77.34% from 255) = 51.3%

R = 34.38%
G = 14.32%
B = 51.3%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8437C5 (or 0x8437C5) is known color: Dark Orchid. HEX triplet: 84, 37 and C5. RGB value is (132,55,197). Sum of RGB (Red+Green+Blue) = 132+55+197=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #8437C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437C5 is #7BC83A. Grayscale: #5D5D5D. Windows color (decimal): -8112187 or 12924804. OLE color: 12924804.

HSL color Cylindrical-coordinate representation of color #8437C5: hue angle of 272.54º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8437C5 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 55 197 -
CMYK 0.33 0.72 0 0.23
HSL 272.54º 0.56% 0.49% -
HSV(B) 272.54º 0.72% 0.77% -
XYZ 20.96 11.67 53.97 -
YUV 94.21 186.01 154.95 -
System Red Green Blue C M Y K H S L
Decimal 132 55 197 0.33 0.72 0 0.23 272.54 0.56 0.49
Hex 84 37 C5 21 48 0 17 111 38 31
Octal 204 67 305 41 110 0 27 421 70 61
Binary 10000100 110111 11000101 100001 1001000 0 10111 100010001 111000 110001

Color Harmonies of #8437C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8437C5

Black with #8437C5

Text Example


Text Example

White with #8437C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8437C5; }

 p { color: rgb(132,55,197); }

 H1.HeaderClassName
 {
   color: #8437C5;
 }
 .AnyTagClassName
 {
   color: #8437C5;
 }
</style>

background-color css

<style>
 a { background-color: #8437C5; }

 a { background-color: rgb(132,55,197); }

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

border-color css

<style>
 span { border-color: #8437C5; }

 span { border-color: rgb(132,55,197); }

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