Html Css Color HEX #892CCD Dark Orchid

📋 copy color: '#892CCD'

red 137 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #892CCD

Tints of Dark Orchid #892CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 35.49%
G = 11.4%
B = 53.11%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#892CCD (or 0x892CCD) is known color: Dark Orchid. HEX triplet: 89, 2C and CD. RGB value is (137,44,205). Sum of RGB (Red+Green+Blue) = 137+44+205=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #892CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892CCD is #76D332. Grayscale: #595959. Windows color (decimal): -7787315 or 13446281. OLE color: 13446281.

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

Color convert

RGB 137 44 205 -
CMYK 0.33 0.79 0 0.20
HSL 274.66º 0.65% 0.49% -
HSV(B) 274.66º 0.79% 0.8% -
XYZ 22.24 11.53 58.81 -
YUV 90.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 137 44 205 0.33 0.79 0 0.20 274.66 0.65 0.49
Hex 89 2C CD 21 4F 0 14 113 41 31
Octal 211 54 315 41 117 0 24 423 101 61
Binary 10001001 101100 11001101 100001 1001111 0 10100 100010011 1000001 110001

Color Harmonies of #892CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892CCD

Black with #892CCD

Text Example


Text Example

White with #892CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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