Html Css Color HEX #8D38CC Dark Orchid

📋 copy color: '#8D38CC'

red 141 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #8D38CC

Tints of Dark Orchid #8D38CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.97%

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

R = 35.16%
G = 13.97%
B = 50.87%

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

#8D38CC (or 0x8D38CC) is known color: Dark Orchid. HEX triplet: 8D, 38 and CC. RGB value is (141,56,204). Sum of RGB (Red+Green+Blue) = 141+56+204=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D38CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D38CC is #72C733. Grayscale: #616161. Windows color (decimal): -7522100 or 13383821. OLE color: 13383821.

HSL color Cylindrical-coordinate representation of color #8D38CC: hue angle of 274.46º 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 #8D38CC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 56 204 -
CMYK 0.31 0.73 0 0.2
HSL 274.46º 0.59% 0.51% -
HSV(B) 274.46º 0.73% 0.8% -
XYZ 23.3 12.85 58.38 -
YUV 98.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 141 56 204 0.31 0.73 0 0.2 274.46 0.59 0.51
Hex 8D 38 CC 1F 49 0 14 112 3B 33
Octal 215 70 314 37 111 0 24 422 73 63
Binary 10001101 111000 11001100 11111 1001001 0 10100 100010010 111011 110011

Color Harmonies of #8D38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D38CC

Black with #8D38CC

Text Example


Text Example

White with #8D38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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