Html Css Color HEX #8726BD Dark Orchid

📋 copy color: '#8726BD'

red 135 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #8726BD

Tints of Dark Orchid #8726BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 37.29%
G = 10.5%
B = 52.21%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8726BD (or 0x8726BD) is known color: Dark Orchid. HEX triplet: 87, 26 and BD. RGB value is (135,38,189). Sum of RGB (Red+Green+Blue) = 135+38+189=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #8726BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726BD is #78D942. Grayscale: #535353. Windows color (decimal): -7919939 or 12396167. OLE color: 12396167.

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

Color convert

RGB 135 38 189 -
CMYK 0.29 0.80 0 0.26
HSL 278.54º 0.67% 0.45% -
HSV(B) 278.54º 0.8% 0.74% -
XYZ 19.87 10.21 49.07 -
YUV 84.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 135 38 189 0.29 0.80 0 0.26 278.54 0.67 0.45
Hex 87 26 BD 1D 50 0 1A 117 43 2D
Octal 207 46 275 35 120 0 32 427 103 55
Binary 10000111 100110 10111101 11101 1010000 0 11010 100010111 1000011 101101

Color Harmonies of #8726BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8726BD

Black with #8726BD

Text Example


Text Example

White with #8726BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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