Html Css Color HEX #8434BD Dark Orchid

📋 copy color: '#8434BD'

red 132 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #8434BD

Tints of Dark Orchid #8434BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 35.39%
G = 13.94%
B = 50.67%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8434BD (or 0x8434BD) is known color: Dark Orchid. HEX triplet: 84, 34 and BD. RGB value is (132,52,189). Sum of RGB (Red+Green+Blue) = 132+52+189=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #8434BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434BD is #7BCB42. Grayscale: #5B5B5B. Windows color (decimal): -8112963 or 12399748. OLE color: 12399748.

HSL color Cylindrical-coordinate representation of color #8434BD: hue angle of 275.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8434BD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 52 189 -
CMYK 0.30 0.72 0 0.26
HSL 275.04º 0.57% 0.47% -
HSV(B) 275.04º 0.72% 0.74% -
XYZ 19.93 11.04 49.22 -
YUV 91.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 132 52 189 0.30 0.72 0 0.26 275.04 0.57 0.47
Hex 84 34 BD 1E 48 0 1A 113 39 2F
Octal 204 64 275 36 110 0 32 423 71 57
Binary 10000100 110100 10111101 11110 1001000 0 11010 100010011 111001 101111

Color Harmonies of #8434BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8434BD

Black with #8434BD

Text Example


Text Example

White with #8434BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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