Html Css Color HEX #8429BA Dark Orchid

📋 copy color: '#8429BA'

red 132 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #8429BA

Tints of Dark Orchid #8429BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 36.77%
G = 11.42%
B = 51.81%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8429BA (or 0x8429BA) is known color: Dark Orchid. HEX triplet: 84, 29 and BA. RGB value is (132,41,186). Sum of RGB (Red+Green+Blue) = 132+41+186=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #8429BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429BA is #7BD645. Grayscale: #545454. Windows color (decimal): -8115782 or 12200324. OLE color: 12200324.

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

Color convert

RGB 132 41 186 -
CMYK 0.29 0.78 0 0.27
HSL 277.66º 0.64% 0.45% -
HSV(B) 277.66º 0.78% 0.73% -
XYZ 19.17 10.04 47.38 -
YUV 84.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 132 41 186 0.29 0.78 0 0.27 277.66 0.64 0.45
Hex 84 29 BA 1D 4E 0 1B 116 40 2D
Octal 204 51 272 35 116 0 33 426 100 55
Binary 10000100 101001 10111010 11101 1001110 0 11011 100010110 1000000 101101

Color Harmonies of #8429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429BA

Black with #8429BA

Text Example


Text Example

White with #8429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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