Html Css Color HEX #8434BA Dark Orchid

📋 copy color: '#8434BA'

red 132 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #8434BA

Tints of Dark Orchid #8434BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

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

R = 35.68%
G = 14.05%
B = 50.27%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8434BA (or 0x8434BA) is known color: Dark Orchid. HEX triplet: 84, 34 and BA. RGB value is (132,52,186). Sum of RGB (Red+Green+Blue) = 132+52+186=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8434BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434BA is #7BCB45. Grayscale: #5A5A5A. Windows color (decimal): -8112966 or 12203140. OLE color: 12203140.

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

Color convert

RGB 132 52 186 -
CMYK 0.29 0.72 0 0.27
HSL 275.82º 0.56% 0.47% -
HSV(B) 275.82º 0.72% 0.73% -
XYZ 19.61 10.91 47.53 -
YUV 91.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 132 52 186 0.29 0.72 0 0.27 275.82 0.56 0.47
Hex 84 34 BA 1D 48 0 1B 114 38 2F
Octal 204 64 272 35 110 0 33 424 70 57
Binary 10000100 110100 10111010 11101 1001000 0 11011 100010100 111000 101111

Color Harmonies of #8434BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8434BA

Black with #8434BA

Text Example


Text Example

White with #8434BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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