Html Css Color HEX #8D37CC Dark Orchid

📋 copy color: '#8D37CC'

red 141 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #8D37CC

Tints of Dark Orchid #8D37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.75%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 35.25%
G = 13.75%
B = 51%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D37CC (or 0x8D37CC) is known color: Dark Orchid. HEX triplet: 8D, 37 and CC. RGB value is (141,55,204). Sum of RGB (Red+Green+Blue) = 141+55+204=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D37CC is #72C833. Grayscale: #616161. Windows color (decimal): -7522356 or 13383565. OLE color: 13383565.

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

Color convert

RGB 141 55 204 -
CMYK 0.31 0.73 0 0.2
HSL 274.63º 0.59% 0.51% -
HSV(B) 274.63º 0.73% 0.8% -
XYZ 23.25 12.75 58.36 -
YUV 97.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 141 55 204 0.31 0.73 0 0.2 274.63 0.59 0.51
Hex 8D 37 CC 1F 49 0 14 113 3B 33
Octal 215 67 314 37 111 0 24 423 73 63
Binary 10001101 110111 11001100 11111 1001001 0 10100 100010011 111011 110011

Color Harmonies of #8D37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37CC

Black with #8D37CC

Text Example


Text Example

White with #8D37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,55,204); }

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

background-color css

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

 a { background-color: rgb(141,55,204); }

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

border-color css

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

 span { border-color: rgb(141,55,204); }

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