Html Css Color HEX #8D23CF Dark Orchid

📋 copy color: '#8D23CF'

red 141 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #8D23CF

Tints of Dark Orchid #8D23CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 36.81%
G = 9.14%
B = 54.05%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D23CF (or 0x8D23CF) is known color: Dark Orchid. HEX triplet: 8D, 23 and CF. RGB value is (141,35,207). Sum of RGB (Red+Green+Blue) = 141+35+207=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D23CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D23CF is #72DC30. Grayscale: #555555. Windows color (decimal): -7527473 or 13575053. OLE color: 13575053.

HSL color Cylindrical-coordinate representation of color #8D23CF: hue angle of 276.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D23CF is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 35 207 -
CMYK 0.32 0.83 0 0.19
HSL 276.98º 0.71% 0.47% -
HSV(B) 276.98º 0.83% 0.81% -
XYZ 22.85 11.37 60.02 -
YUV 86.3 196.12 167.01 -
System Red Green Blue C M Y K H S L
Decimal 141 35 207 0.32 0.83 0 0.19 276.98 0.71 0.47
Hex 8D 23 CF 20 53 0 13 115 47 2F
Octal 215 43 317 40 123 0 23 425 107 57
Binary 10001101 100011 11001111 100000 1010011 0 10011 100010101 1000111 101111

Color Harmonies of #8D23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D23CF

Black with #8D23CF

Text Example


Text Example

White with #8D23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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