Html Css Color HEX #8726BC Dark Orchid

📋 copy color: '#8726BC'

red 135 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #8726BC

Tints of Dark Orchid #8726BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

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

R = 37.4%
G = 10.53%
B = 52.08%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8726BC (or 0x8726BC) is known color: Dark Orchid. HEX triplet: 87, 26 and BC. RGB value is (135,38,188). Sum of RGB (Red+Green+Blue) = 135+38+188=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #8726BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726BC is #78D943. Grayscale: #535353. Windows color (decimal): -7919940 or 12330631. OLE color: 12330631.

HSL color Cylindrical-coordinate representation of color #8726BC: hue angle of 278.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8726BC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 38 188 -
CMYK 0.28 0.80 0 0.26
HSL 278.8º 0.66% 0.44% -
HSV(B) 278.8º 0.8% 0.74% -
XYZ 19.76 10.17 48.5 -
YUV 84.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 135 38 188 0.28 0.80 0 0.26 278.8 0.66 0.44
Hex 87 26 BC 1C 50 0 1A 117 42 2C
Octal 207 46 274 34 120 0 32 427 102 54
Binary 10000111 100110 10111100 11100 1010000 0 11010 100010111 1000010 101100

Color Harmonies of #8726BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8726BC

Black with #8726BC

Text Example


Text Example

White with #8726BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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