Html Css Color HEX #893AB6 Dark Orchid

📋 copy color: '#893AB6'

red 137 ◦ green 58 ◦ blue 182

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

Shades of Dark Orchid #893AB6

Tints of Dark Orchid #893AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.38%

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 36.34%
G = 15.38%
B = 48.28%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#893AB6 (or 0x893AB6) is known color: Dark Orchid. HEX triplet: 89, 3A and B6. RGB value is (137,58,182). Sum of RGB (Red+Green+Blue) = 137+58+182=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #893AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893AB6 is #76C549. Grayscale: #5F5F5F. Windows color (decimal): -7783754 or 11942537. OLE color: 11942537.

HSL color Cylindrical-coordinate representation of color #893AB6: hue angle of 278.23º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893AB6 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 58 182 -
CMYK 0.25 0.68 0 0.29
HSL 278.23º 0.52% 0.47% -
HSV(B) 278.23º 0.68% 0.71% -
XYZ 20.27 11.72 45.45 -
YUV 95.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 137 58 182 0.25 0.68 0 0.29 278.23 0.52 0.47
Hex 89 3A B6 19 44 0 1D 116 34 2F
Octal 211 72 266 31 104 0 35 426 64 57
Binary 10001001 111010 10110110 11001 1000100 0 11101 100010110 110100 101111

Color Harmonies of #893AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893AB6

Black with #893AB6

Text Example


Text Example

White with #893AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,58,182); }

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

background-color css

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

 a { background-color: rgb(137,58,182); }

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

border-color css

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

 span { border-color: rgb(137,58,182); }

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