Html Css Color HEX #893ACC Dark Orchid

📋 copy color: '#893ACC'

red 137 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #893ACC

Tints of Dark Orchid #893ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 34.34%
G = 14.54%
B = 51.13%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#893ACC (or 0x893ACC) is known color: Dark Orchid. HEX triplet: 89, 3A and CC. RGB value is (137,58,204). Sum of RGB (Red+Green+Blue) = 137+58+204=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #893ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ACC is #76C533. Grayscale: #616161. Windows color (decimal): -7783732 or 13384329. OLE color: 13384329.

HSL color Cylindrical-coordinate representation of color #893ACC: hue angle of 272.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #893ACC is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 58 204 -
CMYK 0.33 0.72 0 0.2
HSL 272.47º 0.59% 0.51% -
HSV(B) 272.47º 0.72% 0.8% -
XYZ 22.73 12.7 58.38 -
YUV 98.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 137 58 204 0.33 0.72 0 0.2 272.47 0.59 0.51
Hex 89 3A CC 21 48 0 14 110 3B 33
Octal 211 72 314 41 110 0 24 420 73 63
Binary 10001001 111010 11001100 100001 1001000 0 10100 100010000 111011 110011

Color Harmonies of #893ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893ACC

Black with #893ACC

Text Example


Text Example

White with #893ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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