Html Css Color HEX #8C23C1 Dark Orchid

📋 copy color: '#8C23C1'

red 140 ◦ green 35 ◦ blue 193

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

Shades of Dark Orchid #8C23C1

Tints of Dark Orchid #8C23C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.45%

R = 38.04%
G = 9.51%
B = 52.45%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C23C1 (or 0x8C23C1) is known color: Dark Orchid. HEX triplet: 8C, 23 and C1. RGB value is (140,35,193). Sum of RGB (Red+Green+Blue) = 140+35+193=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C23C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C23C1 is #73DC3E. Grayscale: #535353. Windows color (decimal): -7593023 or 12657548. OLE color: 12657548.

HSL color Cylindrical-coordinate representation of color #8C23C1: hue angle of 279.87º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C23C1 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 35 193 -
CMYK 0.27 0.82 0 0.24
HSL 279.87º 0.69% 0.45% -
HSV(B) 279.87º 0.82% 0.76% -
XYZ 21.04 10.63 51.39 -
YUV 84.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 140 35 193 0.27 0.82 0 0.24 279.87 0.69 0.45
Hex 8C 23 C1 1B 52 0 18 118 45 2D
Octal 214 43 301 33 122 0 30 430 105 55
Binary 10001100 100011 11000001 11011 1010010 0 11000 100011000 1000101 101101

Color Harmonies of #8C23C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C23C1

Black with #8C23C1

Text Example


Text Example

White with #8C23C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,35,193); }

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

background-color css

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

 a { background-color: rgb(140,35,193); }

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

border-color css

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

 span { border-color: rgb(140,35,193); }

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