Html Css Color HEX #8D26CB Dark Orchid

📋 copy color: '#8D26CB'

red 141 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #8D26CB

Tints of Dark Orchid #8D26CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 36.91%
G = 9.95%
B = 53.14%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D26CB (or 0x8D26CB) is known color: Dark Orchid. HEX triplet: 8D, 26 and CB. RGB value is (141,38,203). Sum of RGB (Red+Green+Blue) = 141+38+203=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D26CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D26CB is #72D934. Grayscale: #575757. Windows color (decimal): -7526709 or 13313677. OLE color: 13313677.

HSL color Cylindrical-coordinate representation of color #8D26CB: hue angle of 277.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D26CB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 38 203 -
CMYK 0.31 0.81 0 0.20
HSL 277.45º 0.68% 0.47% -
HSV(B) 277.45º 0.81% 0.8% -
XYZ 22.46 11.36 57.51 -
YUV 87.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 141 38 203 0.31 0.81 0 0.20 277.45 0.68 0.47
Hex 8D 26 CB 1F 51 0 14 115 44 2F
Octal 215 46 313 37 121 0 24 425 104 57
Binary 10001101 100110 11001011 11111 1010001 0 10100 100010101 1000100 101111

Color Harmonies of #8D26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D26CB

Black with #8D26CB

Text Example


Text Example

White with #8D26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,38,203); }

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

background-color css

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

 a { background-color: rgb(141,38,203); }

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

border-color css

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

 span { border-color: rgb(141,38,203); }

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