Html Css Color HEX #8D23BB Dark Orchid

📋 copy color: '#8D23BB'

red 141 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #8D23BB

Tints of Dark Orchid #8D23BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.64%

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

R = 38.84%
G = 9.64%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D23BB (or 0x8D23BB) is known color: Dark Orchid. HEX triplet: 8D, 23 and BB. RGB value is (141,35,187). Sum of RGB (Red+Green+Blue) = 141+35+187=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D23BB is #72DC44. Grayscale: #535353. Windows color (decimal): -7527493 or 12264333. OLE color: 12264333.

HSL color Cylindrical-coordinate representation of color #8D23BB: hue angle of 281.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D23BB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 35 187 -
CMYK 0.25 0.81 0 0.27
HSL 281.84º 0.68% 0.44% -
HSV(B) 281.84º 0.81% 0.73% -
XYZ 20.56 10.45 47.95 -
YUV 84.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 141 35 187 0.25 0.81 0 0.27 281.84 0.68 0.44
Hex 8D 23 BB 19 51 0 1B 11A 44 2C
Octal 215 43 273 31 121 0 33 432 104 54
Binary 10001101 100011 10111011 11001 1010001 0 11011 100011010 1000100 101100

Color Harmonies of #8D23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D23BB

Black with #8D23BB

Text Example


Text Example

White with #8D23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,187); }

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

background-color css

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

 a { background-color: rgb(141,35,187); }

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

border-color css

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

 span { border-color: rgb(141,35,187); }

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