Html Css Color HEX #892ECF Dark Orchid

📋 copy color: '#892ECF'

red 137 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #892ECF

Tints of Dark Orchid #892ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 35.13%
G = 11.79%
B = 53.08%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#892ECF (or 0x892ECF) is known color: Dark Orchid. HEX triplet: 89, 2E and CF. RGB value is (137,46,207). Sum of RGB (Red+Green+Blue) = 137+46+207=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #892ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ECF is #76D130. Grayscale: #5B5B5B. Windows color (decimal): -7786801 or 13577865. OLE color: 13577865.

HSL color Cylindrical-coordinate representation of color #892ECF: hue angle of 273.91º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892ECF is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 46 207 -
CMYK 0.34 0.78 0 0.19
HSL 273.91º 0.64% 0.5% -
HSV(B) 273.91º 0.78% 0.81% -
XYZ 22.56 11.78 60.12 -
YUV 91.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 137 46 207 0.34 0.78 0 0.19 273.91 0.64 0.5
Hex 89 2E CF 22 4E 0 13 112 40 32
Octal 211 56 317 42 116 0 23 422 100 62
Binary 10001001 101110 11001111 100010 1001110 0 10011 100010010 1000000 110010

Color Harmonies of #892ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892ECF

Black with #892ECF

Text Example


Text Example

White with #892ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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