Html Css Color HEX #893AC5 Dark Orchid

📋 copy color: '#893AC5'

red 137 ◦ green 58 ◦ blue 197

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

Shades of Dark Orchid #893AC5

Tints of Dark Orchid #893AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.26%

R = 34.95%
G = 14.8%
B = 50.26%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#893AC5 (or 0x893AC5) is known color: Dark Orchid. HEX triplet: 89, 3A and C5. RGB value is (137,58,197). Sum of RGB (Red+Green+Blue) = 137+58+197=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #893AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893AC5 is #76C53A. Grayscale: #606060. Windows color (decimal): -7783739 or 12925577. OLE color: 12925577.

HSL color Cylindrical-coordinate representation of color #893AC5: hue angle of 274.1º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893AC5 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 58 197 -
CMYK 0.30 0.71 0 0.23
HSL 274.1º 0.55% 0.5% -
HSV(B) 274.1º 0.71% 0.77% -
XYZ 21.91 12.38 54.06 -
YUV 97.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 137 58 197 0.30 0.71 0 0.23 274.1 0.55 0.5
Hex 89 3A C5 1E 47 0 17 112 37 32
Octal 211 72 305 36 107 0 27 422 67 62
Binary 10001001 111010 11000101 11110 1000111 0 10111 100010010 110111 110010

Color Harmonies of #893AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893AC5

Black with #893AC5

Text Example


Text Example

White with #893AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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