Html Css Color HEX #8C2DAF Dark Orchid

📋 copy color: '#8C2DAF'

red 140 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #8C2DAF

Tints of Dark Orchid #8C2DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 38.89%
G = 12.5%
B = 48.61%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C2DAF (or 0x8C2DAF) is known color: Dark Orchid. HEX triplet: 8C, 2D and AF. RGB value is (140,45,175). Sum of RGB (Red+Green+Blue) = 140+45+175=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C2DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2DAF is #73D250. Grayscale: #575757. Windows color (decimal): -7590481 or 11480460. OLE color: 11480460.

HSL color Cylindrical-coordinate representation of color #8C2DAF: hue angle of 283.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2DAF is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 45 175 -
CMYK 0.2 0.74 0 0.31
HSL 283.85º 0.59% 0.43% -
HSV(B) 283.85º 0.74% 0.69% -
XYZ 19.49 10.55 41.57 -
YUV 88.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 140 45 175 0.2 0.74 0 0.31 283.85 0.59 0.43
Hex 8C 2D AF 14 4A 0 1F 11C 3B 2B
Octal 214 55 257 24 112 0 37 434 73 53
Binary 10001100 101101 10101111 10100 1001010 0 11111 100011100 111011 101011

Color Harmonies of #8C2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2DAF

Black with #8C2DAF

Text Example


Text Example

White with #8C2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,45,175); }

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

background-color css

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

 a { background-color: rgb(140,45,175); }

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

border-color css

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

 span { border-color: rgb(140,45,175); }

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