Html Css Color HEX #8432BB Dark Orchid

📋 copy color: '#8432BB'

red 132 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #8432BB

Tints of Dark Orchid #8432BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 35.77%
G = 13.55%
B = 50.68%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8432BB (or 0x8432BB) is known color: Dark Orchid. HEX triplet: 84, 32 and BB. RGB value is (132,50,187). Sum of RGB (Red+Green+Blue) = 132+50+187=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #8432BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432BB is #7BCD44. Grayscale: #595959. Windows color (decimal): -8113477 or 12268164. OLE color: 12268164.

HSL color Cylindrical-coordinate representation of color #8432BB: hue angle of 275.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8432BB is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 50 187 -
CMYK 0.29 0.73 0 0.27
HSL 275.91º 0.58% 0.46% -
HSV(B) 275.91º 0.73% 0.73% -
XYZ 19.63 10.77 48.06 -
YUV 90.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 132 50 187 0.29 0.73 0 0.27 275.91 0.58 0.46
Hex 84 32 BB 1D 49 0 1B 114 3A 2E
Octal 204 62 273 35 111 0 33 424 72 56
Binary 10000100 110010 10111011 11101 1001001 0 11011 100010100 111010 101110

Color Harmonies of #8432BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8432BB

Black with #8432BB

Text Example


Text Example

White with #8432BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8432BB; }

 p { color: rgb(132,50,187); }

 H1.HeaderClassName
 {
   color: #8432BB;
 }
 .AnyTagClassName
 {
   color: #8432BB;
 }
</style>

background-color css

<style>
 a { background-color: #8432BB; }

 a { background-color: rgb(132,50,187); }

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

border-color css

<style>
 span { border-color: #8432BB; }

 span { border-color: rgb(132,50,187); }

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