Html Css Color HEX #891DC3 Dark Orchid

📋 copy color: '#891DC3'

red 137 ◦ green 29 ◦ blue 195

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

Shades of Dark Orchid #891DC3

Tints of Dark Orchid #891DC3

RGB

 RED value IS 137 (53.91% from 255) = 37.95%

 GREEN value IS 29 (11.72% from 255) = 8.03%

 BLUE value IS 195 (76.56% from 255) = 54.02%

R = 37.95%
G = 8.03%
B = 54.02%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#891DC3 (or 0x891DC3) is known color: Dark Orchid. HEX triplet: 89, 1D and C3. RGB value is (137,29,195). Sum of RGB (Red+Green+Blue) = 137+29+195=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #891DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DC3 is #76E23C. Grayscale: #4F4F4F. Windows color (decimal): -7791165 or 12787081. OLE color: 12787081.

HSL color Cylindrical-coordinate representation of color #891DC3: hue angle of 279.04º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891DC3 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 29 195 -
CMYK 0.30 0.85 0 0.24
HSL 279.04º 0.74% 0.44% -
HSV(B) 279.04º 0.85% 0.76% -
XYZ 20.61 10.14 52.5 -
YUV 80.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 137 29 195 0.30 0.85 0 0.24 279.04 0.74 0.44
Hex 89 1D C3 1E 55 0 18 117 4A 2C
Octal 211 35 303 36 125 0 30 427 112 54
Binary 10001001 11101 11000011 11110 1010101 0 11000 100010111 1001010 101100

Color Harmonies of #891DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891DC3

Black with #891DC3

Text Example


Text Example

White with #891DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891DC3; }

 p { color: rgb(137,29,195); }

 H1.HeaderClassName
 {
   color: #891DC3;
 }
 .AnyTagClassName
 {
   color: #891DC3;
 }
</style>

background-color css

<style>
 a { background-color: #891DC3; }

 a { background-color: rgb(137,29,195); }

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

border-color css

<style>
 span { border-color: #891DC3; }

 span { border-color: rgb(137,29,195); }

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