Html Css Color HEX #893CBB Dark Orchid

📋 copy color: '#893CBB'

red 137 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #893CBB

Tints of Dark Orchid #893CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 35.68%
G = 15.63%
B = 48.7%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#893CBB (or 0x893CBB) is known color: Dark Orchid. HEX triplet: 89, 3C and BB. RGB value is (137,60,187). Sum of RGB (Red+Green+Blue) = 137+60+187=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #893CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CBB is #76C344. Grayscale: #616161. Windows color (decimal): -7783237 or 12270729. OLE color: 12270729.

HSL color Cylindrical-coordinate representation of color #893CBB: hue angle of 276.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #893CBB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 60 187 -
CMYK 0.27 0.68 0 0.27
HSL 276.38º 0.51% 0.48% -
HSV(B) 276.38º 0.68% 0.73% -
XYZ 20.9 12.14 48.25 -
YUV 97.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 137 60 187 0.27 0.68 0 0.27 276.38 0.51 0.48
Hex 89 3C BB 1B 44 0 1B 114 33 30
Octal 211 74 273 33 104 0 33 424 63 60
Binary 10001001 111100 10111011 11011 1000100 0 11011 100010100 110011 110000

Color Harmonies of #893CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CBB

Black with #893CBB

Text Example


Text Example

White with #893CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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