Html Css Color HEX #892ECC Dark Orchid

📋 copy color: '#892ECC'

red 137 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #892ECC

Tints of Dark Orchid #892ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

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

R = 35.4%
G = 11.89%
B = 52.71%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#892ECC (or 0x892ECC) is known color: Dark Orchid. HEX triplet: 89, 2E and CC. RGB value is (137,46,204). Sum of RGB (Red+Green+Blue) = 137+46+204=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #892ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ECC is #76D133. Grayscale: #5A5A5A. Windows color (decimal): -7786804 or 13381257. OLE color: 13381257.

HSL color Cylindrical-coordinate representation of color #892ECC: hue angle of 274.56º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892ECC is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 46 204 -
CMYK 0.33 0.77 0 0.2
HSL 274.56º 0.63% 0.49% -
HSV(B) 274.56º 0.77% 0.8% -
XYZ 22.19 11.63 58.2 -
YUV 91.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 137 46 204 0.33 0.77 0 0.2 274.56 0.63 0.49
Hex 89 2E CC 21 4D 0 14 113 3F 31
Octal 211 56 314 41 115 0 24 423 77 61
Binary 10001001 101110 11001100 100001 1001101 0 10100 100010011 111111 110001

Color Harmonies of #892ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892ECC

Black with #892ECC

Text Example


Text Example

White with #892ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892ECC; }

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

 H1.HeaderClassName
 {
   color: #892ECC;
 }
 .AnyTagClassName
 {
   color: #892ECC;
 }
</style>

background-color css

<style>
 a { background-color: #892ECC; }

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

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

border-color css

<style>
 span { border-color: #892ECC; }

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

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