Html Css Color HEX #8C28BB Dark Orchid

📋 copy color: '#8C28BB'

red 140 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #8C28BB

Tints of Dark Orchid #8C28BB

RGB

 RED value IS 140 (55.08% from 255) = 38.15%

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

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

R = 38.15%
G = 10.9%
B = 50.95%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C28BB (or 0x8C28BB) is known color: Dark Orchid. HEX triplet: 8C, 28 and BB. RGB value is (140,40,187). Sum of RGB (Red+Green+Blue) = 140+40+187=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C28BB is #73D744. Grayscale: #565656. Windows color (decimal): -7591749 or 12265612. OLE color: 12265612.

HSL color Cylindrical-coordinate representation of color #8C28BB: hue angle of 280.82º 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 #8C28BB is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 40 187 -
CMYK 0.25 0.79 0 0.27
HSL 280.82º 0.65% 0.45% -
HSV(B) 280.82º 0.79% 0.73% -
XYZ 20.54 10.68 47.99 -
YUV 86.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 140 40 187 0.25 0.79 0 0.27 280.82 0.65 0.45
Hex 8C 28 BB 19 4F 0 1B 119 41 2D
Octal 214 50 273 31 117 0 33 431 101 55
Binary 10001100 101000 10111011 11001 1001111 0 11011 100011001 1000001 101101

Color Harmonies of #8C28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C28BB

Black with #8C28BB

Text Example


Text Example

White with #8C28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C28BB; }

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

 H1.HeaderClassName
 {
   color: #8C28BB;
 }
 .AnyTagClassName
 {
   color: #8C28BB;
 }
</style>

background-color css

<style>
 a { background-color: #8C28BB; }

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

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

border-color css

<style>
 span { border-color: #8C28BB; }

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

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