Html Css Color HEX #8636BF Dark Orchid

📋 copy color: '#8636BF'

red 134 ◦ green 54 ◦ blue 191

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

Shades of Dark Orchid #8636BF

Tints of Dark Orchid #8636BF

RGB

 RED value IS 134 (52.73% from 255) = 35.36%

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

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

R = 35.36%
G = 14.25%
B = 50.4%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8636BF (or 0x8636BF) is known color: Dark Orchid. HEX triplet: 86, 36 and BF. RGB value is (134,54,191). Sum of RGB (Red+Green+Blue) = 134+54+191=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #8636BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8636BF is #79C940. Grayscale: #5D5D5D. Windows color (decimal): -7981377 or 12531334. OLE color: 12531334.

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

Color convert

RGB 134 54 191 -
CMYK 0.30 0.72 0 0.25
HSL 275.04º 0.56% 0.48% -
HSV(B) 275.04º 0.72% 0.75% -
XYZ 20.55 11.47 50.42 -
YUV 93.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 134 54 191 0.30 0.72 0 0.25 275.04 0.56 0.48
Hex 86 36 BF 1E 48 0 19 113 38 30
Octal 206 66 277 36 110 0 31 423 70 60
Binary 10000110 110110 10111111 11110 1001000 0 11001 100010011 111000 110000

Color Harmonies of #8636BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8636BF

Black with #8636BF

Text Example


Text Example

White with #8636BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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