Html Css Color HEX #8429BC Dark Orchid

📋 copy color: '#8429BC'

red 132 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #8429BC

Tints of Dark Orchid #8429BC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.36%

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

R = 36.57%
G = 11.36%
B = 52.08%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8429BC (or 0x8429BC) is known color: Dark Orchid. HEX triplet: 84, 29 and BC. RGB value is (132,41,188). Sum of RGB (Red+Green+Blue) = 132+41+188=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #8429BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429BC is #7BD643. Grayscale: #545454. Windows color (decimal): -8115780 or 12331396. OLE color: 12331396.

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

Color convert

RGB 132 41 188 -
CMYK 0.30 0.78 0 0.26
HSL 277.14º 0.64% 0.45% -
HSV(B) 277.14º 0.78% 0.74% -
XYZ 19.39 10.12 48.51 -
YUV 84.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 132 41 188 0.30 0.78 0 0.26 277.14 0.64 0.45
Hex 84 29 BC 1E 4E 0 1A 115 40 2D
Octal 204 51 274 36 116 0 32 425 100 55
Binary 10000100 101001 10111100 11110 1001110 0 11010 100010101 1000000 101101

Color Harmonies of #8429BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429BC

Black with #8429BC

Text Example


Text Example

White with #8429BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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