Html Css Color HEX #8727BA Dark Orchid

📋 copy color: '#8727BA'

red 135 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #8727BA

Tints of Dark Orchid #8727BA

RGB

 RED value IS 135 (53.13% from 255) = 37.5%

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 37.5%
G = 10.83%
B = 51.67%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8727BA (or 0x8727BA) is known color: Dark Orchid. HEX triplet: 87, 27 and BA. RGB value is (135,39,186). Sum of RGB (Red+Green+Blue) = 135+39+186=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #8727BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8727BA is #78D845. Grayscale: #535353. Windows color (decimal): -7919686 or 12199815. OLE color: 12199815.

HSL color Cylindrical-coordinate representation of color #8727BA: hue angle of 279.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8727BA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 39 186 -
CMYK 0.27 0.79 0 0.27
HSL 279.18º 0.65% 0.44% -
HSV(B) 279.18º 0.79% 0.73% -
XYZ 19.58 10.15 47.38 -
YUV 84.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 135 39 186 0.27 0.79 0 0.27 279.18 0.65 0.44
Hex 87 27 BA 1B 4F 0 1B 117 41 2C
Octal 207 47 272 33 117 0 33 427 101 54
Binary 10000111 100111 10111010 11011 1001111 0 11011 100010111 1000001 101100

Color Harmonies of #8727BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8727BA

Black with #8727BA

Text Example


Text Example

White with #8727BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8727BA; }

 p { color: rgb(135,39,186); }

 H1.HeaderClassName
 {
   color: #8727BA;
 }
 .AnyTagClassName
 {
   color: #8727BA;
 }
</style>

background-color css

<style>
 a { background-color: #8727BA; }

 a { background-color: rgb(135,39,186); }

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

border-color css

<style>
 span { border-color: #8727BA; }

 span { border-color: rgb(135,39,186); }

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