Html Css Color HEX #8436BF Dark Orchid

📋 copy color: '#8436BF'

red 132 ◦ green 54 ◦ blue 191

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

Shades of Dark Orchid #8436BF

Tints of Dark Orchid #8436BF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.32%

 BLUE value IS 191 (75% from 255) = 50.66%

R = 35.01%
G = 14.32%
B = 50.66%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8436BF (or 0x8436BF) is known color: Dark Orchid. HEX triplet: 84, 36 and BF. RGB value is (132,54,191). Sum of RGB (Red+Green+Blue) = 132+54+191=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #8436BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8436BF is #7BC940. Grayscale: #5C5C5C. Windows color (decimal): -8112449 or 12531332. OLE color: 12531332.

HSL color Cylindrical-coordinate representation of color #8436BF: hue angle of 274.16º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8436BF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 54 191 -
CMYK 0.31 0.72 0 0.25
HSL 274.16º 0.56% 0.48% -
HSV(B) 274.16º 0.72% 0.75% -
XYZ 20.24 11.31 50.41 -
YUV 92.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 132 54 191 0.31 0.72 0 0.25 274.16 0.56 0.48
Hex 84 36 BF 1F 48 0 19 112 38 30
Octal 204 66 277 37 110 0 31 422 70 60
Binary 10000100 110110 10111111 11111 1001000 0 11001 100010010 111000 110000

Color Harmonies of #8436BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8436BF

Black with #8436BF

Text Example


Text Example

White with #8436BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8436BF; }

 p { color: rgb(132,54,191); }

 H1.HeaderClassName
 {
   color: #8436BF;
 }
 .AnyTagClassName
 {
   color: #8436BF;
 }
</style>

background-color css

<style>
 a { background-color: #8436BF; }

 a { background-color: rgb(132,54,191); }

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

border-color css

<style>
 span { border-color: #8436BF; }

 span { border-color: rgb(132,54,191); }

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