Html Css Color HEX #893CB9 Dark Orchid

📋 copy color: '#893CB9'

red 137 ◦ green 60 ◦ blue 185

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

Shades of Dark Orchid #893CB9

Tints of Dark Orchid #893CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.71%

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 35.86%
G = 15.71%
B = 48.43%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#893CB9 (or 0x893CB9) is known color: Dark Orchid. HEX triplet: 89, 3C and B9. RGB value is (137,60,185). Sum of RGB (Red+Green+Blue) = 137+60+185=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #893CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CB9 is #76C346. Grayscale: #606060. Windows color (decimal): -7783239 or 12139657. OLE color: 12139657.

HSL color Cylindrical-coordinate representation of color #893CB9: hue angle of 276.96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893CB9 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 60 185 -
CMYK 0.26 0.68 0 0.27
HSL 276.96º 0.51% 0.48% -
HSV(B) 276.96º 0.68% 0.73% -
XYZ 20.69 12.05 47.13 -
YUV 97.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 137 60 185 0.26 0.68 0 0.27 276.96 0.51 0.48
Hex 89 3C B9 1A 44 0 1B 115 33 30
Octal 211 74 271 32 104 0 33 425 63 60
Binary 10001001 111100 10111001 11010 1000100 0 11011 100010101 110011 110000

Color Harmonies of #893CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CB9

Black with #893CB9

Text Example


Text Example

White with #893CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893CB9; }

 p { color: rgb(137,60,185); }

 H1.HeaderClassName
 {
   color: #893CB9;
 }
 .AnyTagClassName
 {
   color: #893CB9;
 }
</style>

background-color css

<style>
 a { background-color: #893CB9; }

 a { background-color: rgb(137,60,185); }

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

border-color css

<style>
 span { border-color: #893CB9; }

 span { border-color: rgb(137,60,185); }

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