Html Css Color HEX #8D1BCA Dark Orchid

📋 copy color: '#8D1BCA'

red 141 ◦ green 27 ◦ blue 202

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

Shades of Dark Orchid #8D1BCA

Tints of Dark Orchid #8D1BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.3%

 BLUE value IS 202 (79.3% from 255) = 54.59%

R = 38.11%
G = 7.3%
B = 54.59%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D1BCA (or 0x8D1BCA) is known color: Dark Orchid. HEX triplet: 8D, 1B and CA. RGB value is (141,27,202). Sum of RGB (Red+Green+Blue) = 141+27+202=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D1BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1BCA is #72E435. Grayscale: #505050. Windows color (decimal): -7529526 or 13245325. OLE color: 13245325.

HSL color Cylindrical-coordinate representation of color #8D1BCA: hue angle of 279.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1BCA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 27 202 -
CMYK 0.30 0.87 0 0.21
HSL 279.09º 0.76% 0.45% -
HSV(B) 279.09º 0.87% 0.79% -
XYZ 22.04 10.71 56.78 -
YUV 81.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 141 27 202 0.30 0.87 0 0.21 279.09 0.76 0.45
Hex 8D 1B CA 1E 57 0 15 117 4C 2D
Octal 215 33 312 36 127 0 25 427 114 55
Binary 10001101 11011 11001010 11110 1010111 0 10101 100010111 1001100 101101

Color Harmonies of #8D1BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1BCA

Black with #8D1BCA

Text Example


Text Example

White with #8D1BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,27,202); }

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

background-color css

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

 a { background-color: rgb(141,27,202); }

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

border-color css

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

 span { border-color: rgb(141,27,202); }

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