Html Css Color HEX #893CC1 Dark Orchid

📋 copy color: '#893CC1'

red 137 ◦ green 60 ◦ blue 193

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

Shades of Dark Orchid #893CC1

Tints of Dark Orchid #893CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.49%

R = 35.13%
G = 15.38%
B = 49.49%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#893CC1 (or 0x893CC1) is known color: Dark Orchid. HEX triplet: 89, 3C and C1. RGB value is (137,60,193). Sum of RGB (Red+Green+Blue) = 137+60+193=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #893CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CC1 is #76C33E. Grayscale: #616161. Windows color (decimal): -7783231 or 12663945. OLE color: 12663945.

HSL color Cylindrical-coordinate representation of color #893CC1: hue angle of 274.74º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #893CC1 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 60 193 -
CMYK 0.29 0.69 0 0.24
HSL 274.74º 0.53% 0.5% -
HSV(B) 274.74º 0.69% 0.76% -
XYZ 21.56 12.4 51.71 -
YUV 98.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 137 60 193 0.29 0.69 0 0.24 274.74 0.53 0.5
Hex 89 3C C1 1D 45 0 18 113 35 32
Octal 211 74 301 35 105 0 30 423 65 62
Binary 10001001 111100 11000001 11101 1000101 0 11000 100010011 110101 110010

Color Harmonies of #893CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CC1

Black with #893CC1

Text Example


Text Example

White with #893CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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