Html Css Color HEX #8434BC Dark Orchid

📋 copy color: '#8434BC'

red 132 ◦ green 52 ◦ blue 188

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

Shades of Dark Orchid #8434BC

Tints of Dark Orchid #8434BC

RGB

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

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

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

R = 35.48%
G = 13.98%
B = 50.54%

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

#8434BC (or 0x8434BC) is known color: Dark Orchid. HEX triplet: 84, 34 and BC. RGB value is (132,52,188). Sum of RGB (Red+Green+Blue) = 132+52+188=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #8434BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434BC is #7BCB43. Grayscale: #5A5A5A. Windows color (decimal): -8112964 or 12334212. OLE color: 12334212.

HSL color Cylindrical-coordinate representation of color #8434BC: hue angle of 275.29º 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 #8434BC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 52 188 -
CMYK 0.30 0.72 0 0.26
HSL 275.29º 0.57% 0.47% -
HSV(B) 275.29º 0.72% 0.74% -
XYZ 19.82 10.99 48.65 -
YUV 91.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 132 52 188 0.30 0.72 0 0.26 275.29 0.57 0.47
Hex 84 34 BC 1E 48 0 1A 113 39 2F
Octal 204 64 274 36 110 0 32 423 71 57
Binary 10000100 110100 10111100 11110 1001000 0 11010 100010011 111001 101111

Color Harmonies of #8434BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8434BC

Black with #8434BC

Text Example


Text Example

White with #8434BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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