Html Css Color HEX #893ABC Dark Orchid

📋 copy color: '#893ABC'

red 137 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #893ABC

Tints of Dark Orchid #893ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 35.77%
G = 15.14%
B = 49.09%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#893ABC (or 0x893ABC) is known color: Dark Orchid. HEX triplet: 89, 3A and BC. RGB value is (137,58,188). Sum of RGB (Red+Green+Blue) = 137+58+188=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #893ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ABC is #76C543. Grayscale: #606060. Windows color (decimal): -7783748 or 12335753. OLE color: 12335753.

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

Color convert

RGB 137 58 188 -
CMYK 0.27 0.69 0 0.26
HSL 276.46º 0.53% 0.48% -
HSV(B) 276.46º 0.69% 0.74% -
XYZ 20.91 11.98 48.79 -
YUV 96.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 137 58 188 0.27 0.69 0 0.26 276.46 0.53 0.48
Hex 89 3A BC 1B 45 0 1A 114 35 30
Octal 211 72 274 33 105 0 32 424 65 60
Binary 10001001 111010 10111100 11011 1000101 0 11010 100010100 110101 110000

Color Harmonies of #893ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893ABC

Black with #893ABC

Text Example


Text Example

White with #893ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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