Html Css Color HEX #8639BF Dark Orchid

📋 copy color: '#8639BF'

red 134 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #8639BF

Tints of Dark Orchid #8639BF

RGB

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

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

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

R = 35.08%
G = 14.92%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8639BF (or 0x8639BF) is known color: Dark Orchid. HEX triplet: 86, 39 and BF. RGB value is (134,57,191). Sum of RGB (Red+Green+Blue) = 134+57+191=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #8639BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8639BF is #79C640. Grayscale: #5E5E5E. Windows color (decimal): -7980609 or 12532102. OLE color: 12532102.

HSL color Cylindrical-coordinate representation of color #8639BF: hue angle of 274.48º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8639BF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 57 191 -
CMYK 0.30 0.70 0 0.25
HSL 274.48º 0.54% 0.49% -
HSV(B) 274.48º 0.7% 0.75% -
XYZ 20.7 11.76 50.47 -
YUV 95.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 134 57 191 0.30 0.70 0 0.25 274.48 0.54 0.49
Hex 86 39 BF 1E 46 0 19 112 36 31
Octal 206 71 277 36 106 0 31 422 66 61
Binary 10000110 111001 10111111 11110 1000110 0 11001 100010010 110110 110001

Color Harmonies of #8639BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8639BF

Black with #8639BF

Text Example


Text Example

White with #8639BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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