Html Css Color HEX #8D28BC Dark Orchid

📋 copy color: '#8D28BC'

red 141 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #8D28BC

Tints of Dark Orchid #8D28BC

RGB

 RED value IS 141 (55.47% from 255) = 38.21%

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

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

R = 38.21%
G = 10.84%
B = 50.95%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D28BC (or 0x8D28BC) is known color: Dark Orchid. HEX triplet: 8D, 28 and BC. RGB value is (141,40,188). Sum of RGB (Red+Green+Blue) = 141+40+188=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28BC is #72D743. Grayscale: #565656. Windows color (decimal): -7526212 or 12331149. OLE color: 12331149.

HSL color Cylindrical-coordinate representation of color #8D28BC: hue angle of 280.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D28BC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 40 188 -
CMYK 0.25 0.79 0 0.26
HSL 280.95º 0.65% 0.45% -
HSV(B) 280.95º 0.79% 0.74% -
XYZ 20.82 10.81 48.57 -
YUV 87.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 141 40 188 0.25 0.79 0 0.26 280.95 0.65 0.45
Hex 8D 28 BC 19 4F 0 1A 119 41 2D
Octal 215 50 274 31 117 0 32 431 101 55
Binary 10001101 101000 10111100 11001 1001111 0 11010 100011001 1000001 101101

Color Harmonies of #8D28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D28BC

Black with #8D28BC

Text Example


Text Example

White with #8D28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,40,188); }

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

background-color css

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

 a { background-color: rgb(141,40,188); }

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

border-color css

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

 span { border-color: rgb(141,40,188); }

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