Html Css Color HEX #892CC8 Dark Orchid

📋 copy color: '#892CC8'

red 137 ◦ green 44 ◦ blue 200

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

Shades of Dark Orchid #892CC8

Tints of Dark Orchid #892CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.49%

R = 35.96%
G = 11.55%
B = 52.49%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#892CC8 (or 0x892CC8) is known color: Dark Orchid. HEX triplet: 89, 2C and C8. RGB value is (137,44,200). Sum of RGB (Red+Green+Blue) = 137+44+200=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #892CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892CC8 is #76D337. Grayscale: #595959. Windows color (decimal): -7787320 or 13118601. OLE color: 13118601.

HSL color Cylindrical-coordinate representation of color #892CC8: hue angle of 275.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892CC8 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 44 200 -
CMYK 0.32 0.78 0 0.22
HSL 275.77º 0.64% 0.48% -
HSV(B) 275.77º 0.78% 0.78% -
XYZ 21.64 11.29 55.68 -
YUV 89.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 137 44 200 0.32 0.78 0 0.22 275.77 0.64 0.48
Hex 89 2C C8 20 4E 0 16 114 40 30
Octal 211 54 310 40 116 0 26 424 100 60
Binary 10001001 101100 11001000 100000 1001110 0 10110 100010100 1000000 110000

Color Harmonies of #892CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892CC8

Black with #892CC8

Text Example


Text Example

White with #892CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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