Html Css Color HEX #893CBE Dark Orchid

📋 copy color: '#893CBE'

red 137 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #893CBE

Tints of Dark Orchid #893CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 35.4%
G = 15.5%
B = 49.1%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#893CBE (or 0x893CBE) is known color: Dark Orchid. HEX triplet: 89, 3C and BE. RGB value is (137,60,190). Sum of RGB (Red+Green+Blue) = 137+60+190=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #893CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CBE is #76C341. Grayscale: #616161. Windows color (decimal): -7783234 or 12467337. OLE color: 12467337.

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

Color convert

RGB 137 60 190 -
CMYK 0.28 0.68 0 0.25
HSL 275.54º 0.52% 0.49% -
HSV(B) 275.54º 0.68% 0.75% -
XYZ 21.23 12.27 49.96 -
YUV 97.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 137 60 190 0.28 0.68 0 0.25 275.54 0.52 0.49
Hex 89 3C BE 1C 44 0 19 114 34 31
Octal 211 74 276 34 104 0 31 424 64 61
Binary 10001001 111100 10111110 11100 1000100 0 11001 100010100 110100 110001

Color Harmonies of #893CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CBE

Black with #893CBE

Text Example


Text Example

White with #893CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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