Html Css Color HEX #8639BC Dark Orchid

📋 copy color: '#8639BC'

red 134 ◦ green 57 ◦ blue 188

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

Shades of Dark Orchid #8639BC

Tints of Dark Orchid #8639BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.04%

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

R = 35.36%
G = 15.04%
B = 49.6%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8639BC (or 0x8639BC) is known color: Dark Orchid. HEX triplet: 86, 39 and BC. RGB value is (134,57,188). Sum of RGB (Red+Green+Blue) = 134+57+188=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #8639BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8639BC is #79C643. Grayscale: #5E5E5E. Windows color (decimal): -7980612 or 12335494. OLE color: 12335494.

HSL color Cylindrical-coordinate representation of color #8639BC: hue angle of 275.27º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8639BC is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 57 188 -
CMYK 0.29 0.70 0 0.26
HSL 275.27º 0.53% 0.48% -
HSV(B) 275.27º 0.7% 0.74% -
XYZ 20.37 11.63 48.75 -
YUV 94.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 134 57 188 0.29 0.70 0 0.26 275.27 0.53 0.48
Hex 86 39 BC 1D 46 0 1A 113 35 30
Octal 206 71 274 35 106 0 32 423 65 60
Binary 10000110 111001 10111100 11101 1000110 0 11010 100010011 110101 110000

Color Harmonies of #8639BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8639BC

Black with #8639BC

Text Example


Text Example

White with #8639BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,57,188); }

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

background-color css

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

 a { background-color: rgb(134,57,188); }

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

border-color css

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

 span { border-color: rgb(134,57,188); }

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