Html Css Color HEX #8729BC Dark Orchid

📋 copy color: '#8729BC'

red 135 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #8729BC

Tints of Dark Orchid #8729BC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

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

R = 37.09%
G = 11.26%
B = 51.65%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8729BC (or 0x8729BC) is known color: Dark Orchid. HEX triplet: 87, 29 and BC. RGB value is (135,41,188). Sum of RGB (Red+Green+Blue) = 135+41+188=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #8729BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8729BC is #78D643. Grayscale: #555555. Windows color (decimal): -7919172 or 12331399. OLE color: 12331399.

HSL color Cylindrical-coordinate representation of color #8729BC: hue angle of 278.37º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8729BC is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 41 188 -
CMYK 0.28 0.78 0 0.26
HSL 278.37º 0.64% 0.45% -
HSV(B) 278.37º 0.78% 0.74% -
XYZ 19.86 10.37 48.53 -
YUV 85.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 135 41 188 0.28 0.78 0 0.26 278.37 0.64 0.45
Hex 87 29 BC 1C 4E 0 1A 116 40 2D
Octal 207 51 274 34 116 0 32 426 100 55
Binary 10000111 101001 10111100 11100 1001110 0 11010 100010110 1000000 101101

Color Harmonies of #8729BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8729BC

Black with #8729BC

Text Example


Text Example

White with #8729BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,41,188); }

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

background-color css

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

 a { background-color: rgb(135,41,188); }

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

border-color css

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

 span { border-color: rgb(135,41,188); }

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