Html Css Color HEX #892ACD Dark Orchid

📋 copy color: '#892ACD'

red 137 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #892ACD

Tints of Dark Orchid #892ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

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

R = 35.68%
G = 10.94%
B = 53.39%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#892ACD (or 0x892ACD) is known color: Dark Orchid. HEX triplet: 89, 2A and CD. RGB value is (137,42,205). Sum of RGB (Red+Green+Blue) = 137+42+205=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #892ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ACD is #76D532. Grayscale: #585858. Windows color (decimal): -7787827 or 13445769. OLE color: 13445769.

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

Color convert

RGB 137 42 205 -
CMYK 0.33 0.80 0 0.20
HSL 274.97º 0.66% 0.48% -
HSV(B) 274.97º 0.8% 0.8% -
XYZ 22.16 11.38 58.79 -
YUV 88.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 137 42 205 0.33 0.80 0 0.20 274.97 0.66 0.48
Hex 89 2A CD 21 50 0 14 113 42 30
Octal 211 52 315 41 120 0 24 423 102 60
Binary 10001001 101010 11001101 100001 1010000 0 10100 100010011 1000010 110000

Color Harmonies of #892ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892ACD

Black with #892ACD

Text Example


Text Example

White with #892ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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