Html Css Color HEX #892CBE Dark Orchid

📋 copy color: '#892CBE'

red 137 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #892CBE

Tints of Dark Orchid #892CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.86%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 36.93%
G = 11.86%
B = 51.21%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#892CBE (or 0x892CBE) is known color: Dark Orchid. HEX triplet: 89, 2C and BE. RGB value is (137,44,190). Sum of RGB (Red+Green+Blue) = 137+44+190=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #892CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892CBE is #76D341. Grayscale: #575757. Windows color (decimal): -7787330 or 12463241. OLE color: 12463241.

HSL color Cylindrical-coordinate representation of color #892CBE: hue angle of 278.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892CBE is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 44 190 -
CMYK 0.28 0.77 0 0.25
HSL 278.22º 0.62% 0.46% -
HSV(B) 278.22º 0.77% 0.75% -
XYZ 20.51 10.84 49.73 -
YUV 88.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 137 44 190 0.28 0.77 0 0.25 278.22 0.62 0.46
Hex 89 2C BE 1C 4D 0 19 116 3E 2E
Octal 211 54 276 34 115 0 31 426 76 56
Binary 10001001 101100 10111110 11100 1001101 0 11001 100010110 111110 101110

Color Harmonies of #892CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892CBE

Black with #892CBE

Text Example


Text Example

White with #892CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,44,190); }

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

background-color css

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

 a { background-color: rgb(137,44,190); }

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

border-color css

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

 span { border-color: rgb(137,44,190); }

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