Html Css Color HEX #893DBC Dark Orchid

📋 copy color: '#893DBC'

red 137 ◦ green 61 ◦ blue 188

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

Shades of Dark Orchid #893DBC

Tints of Dark Orchid #893DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.8%

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

R = 35.49%
G = 15.8%
B = 48.7%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#893DBC (or 0x893DBC) is known color: Dark Orchid. HEX triplet: 89, 3D and BC. RGB value is (137,61,188). Sum of RGB (Red+Green+Blue) = 137+61+188=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #893DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DBC is #76C243. Grayscale: #616161. Windows color (decimal): -7782980 or 12336521. OLE color: 12336521.

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

Color convert

RGB 137 61 188 -
CMYK 0.27 0.68 0 0.26
HSL 275.91º 0.51% 0.49% -
HSV(B) 275.91º 0.68% 0.74% -
XYZ 21.06 12.29 48.84 -
YUV 98.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 137 61 188 0.27 0.68 0 0.26 275.91 0.51 0.49
Hex 89 3D BC 1B 44 0 1A 114 33 31
Octal 211 75 274 33 104 0 32 424 63 61
Binary 10001001 111101 10111100 11011 1000100 0 11010 100010100 110011 110001

Color Harmonies of #893DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DBC

Black with #893DBC

Text Example


Text Example

White with #893DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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