Html Css Color HEX #892CB8 Dark Orchid

📋 copy color: '#892CB8'

red 137 ◦ green 44 ◦ blue 184

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

Shades of Dark Orchid #892CB8

Tints of Dark Orchid #892CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 37.53%
G = 12.05%
B = 50.41%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#892CB8 (or 0x892CB8) is known color: Dark Orchid. HEX triplet: 89, 2C and B8. RGB value is (137,44,184). Sum of RGB (Red+Green+Blue) = 137+44+184=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #892CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892CB8 is #76D347. Grayscale: #575757. Windows color (decimal): -7787336 or 12070025. OLE color: 12070025.

HSL color Cylindrical-coordinate representation of color #892CB8: hue angle of 279.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892CB8 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 44 184 -
CMYK 0.26 0.76 0 0.28
HSL 279.86º 0.61% 0.45% -
HSV(B) 279.86º 0.76% 0.72% -
XYZ 19.87 10.58 46.34 -
YUV 87.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 137 44 184 0.26 0.76 0 0.28 279.86 0.61 0.45
Hex 89 2C B8 1A 4C 0 1C 118 3D 2D
Octal 211 54 270 32 114 0 34 430 75 55
Binary 10001001 101100 10111000 11010 1001100 0 11100 100011000 111101 101101

Color Harmonies of #892CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892CB8

Black with #892CB8

Text Example


Text Example

White with #892CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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