Html Css Color HEX #893BB9 Dark Orchid

📋 copy color: '#893BB9'

red 137 ◦ green 59 ◦ blue 185

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

Shades of Dark Orchid #893BB9

Tints of Dark Orchid #893BB9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.49%

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

R = 35.96%
G = 15.49%
B = 48.56%

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

#893BB9 (or 0x893BB9) is known color: Dark Orchid. HEX triplet: 89, 3B and B9. RGB value is (137,59,185). Sum of RGB (Red+Green+Blue) = 137+59+185=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #893BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BB9 is #76C446. Grayscale: #606060. Windows color (decimal): -7783495 or 12139401. OLE color: 12139401.

HSL color Cylindrical-coordinate representation of color #893BB9: hue angle of 277.14º degrees, saturation: 0.52, 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 #893BB9 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 59 185 -
CMYK 0.26 0.68 0 0.27
HSL 277.14º 0.52% 0.48% -
HSV(B) 277.14º 0.68% 0.73% -
XYZ 20.64 11.95 47.12 -
YUV 96.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 137 59 185 0.26 0.68 0 0.27 277.14 0.52 0.48
Hex 89 3B B9 1A 44 0 1B 115 34 30
Octal 211 73 271 32 104 0 33 425 64 60
Binary 10001001 111011 10111001 11010 1000100 0 11011 100010101 110100 110000

Color Harmonies of #893BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BB9

Black with #893BB9

Text Example


Text Example

White with #893BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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