Html Css Color HEX #8728BB Dark Orchid

📋 copy color: '#8728BB'

red 135 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #8728BB

Tints of Dark Orchid #8728BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 37.29%
G = 11.05%
B = 51.66%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8728BB (or 0x8728BB) is known color: Dark Orchid. HEX triplet: 87, 28 and BB. RGB value is (135,40,187). Sum of RGB (Red+Green+Blue) = 135+40+187=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #8728BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8728BB is #78D744. Grayscale: #545454. Windows color (decimal): -7919429 or 12265607. OLE color: 12265607.

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

Color convert

RGB 135 40 187 -
CMYK 0.28 0.79 0 0.27
HSL 278.78º 0.65% 0.45% -
HSV(B) 278.78º 0.79% 0.73% -
XYZ 19.72 10.26 47.95 -
YUV 85.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 135 40 187 0.28 0.79 0 0.27 278.78 0.65 0.45
Hex 87 28 BB 1C 4F 0 1B 117 41 2D
Octal 207 50 273 34 117 0 33 427 101 55
Binary 10000111 101000 10111011 11100 1001111 0 11011 100010111 1000001 101101

Color Harmonies of #8728BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8728BB

Black with #8728BB

Text Example


Text Example

White with #8728BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8728BB; }

 p { color: rgb(135,40,187); }

 H1.HeaderClassName
 {
   color: #8728BB;
 }
 .AnyTagClassName
 {
   color: #8728BB;
 }
</style>

background-color css

<style>
 a { background-color: #8728BB; }

 a { background-color: rgb(135,40,187); }

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

border-color css

<style>
 span { border-color: #8728BB; }

 span { border-color: rgb(135,40,187); }

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