Html Css Color HEX #8437BC Dark Orchid

📋 copy color: '#8437BC'

red 132 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #8437BC

Tints of Dark Orchid #8437BC

RGB

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

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

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

R = 35.2%
G = 14.67%
B = 50.13%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8437BC (or 0x8437BC) is known color: Dark Orchid. HEX triplet: 84, 37 and BC. RGB value is (132,55,188). Sum of RGB (Red+Green+Blue) = 132+55+188=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8437BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437BC is #7BC843. Grayscale: #5C5C5C. Windows color (decimal): -8112196 or 12334980. OLE color: 12334980.

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

Color convert

RGB 132 55 188 -
CMYK 0.30 0.71 0 0.26
HSL 274.74º 0.55% 0.48% -
HSV(B) 274.74º 0.71% 0.74% -
XYZ 19.96 11.27 48.7 -
YUV 93.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 132 55 188 0.30 0.71 0 0.26 274.74 0.55 0.48
Hex 84 37 BC 1E 47 0 1A 113 37 30
Octal 204 67 274 36 107 0 32 423 67 60
Binary 10000100 110111 10111100 11110 1000111 0 11010 100010011 110111 110000

Color Harmonies of #8437BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8437BC

Black with #8437BC

Text Example


Text Example

White with #8437BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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