Html Css Color HEX #892BCD Dark Orchid

📋 copy color: '#892BCD'

red 137 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #892BCD

Tints of Dark Orchid #892BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.17%

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

R = 35.58%
G = 11.17%
B = 53.25%

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

#892BCD (or 0x892BCD) is known color: Dark Orchid. HEX triplet: 89, 2B and CD. RGB value is (137,43,205). Sum of RGB (Red+Green+Blue) = 137+43+205=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #892BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BCD is #76D432. Grayscale: #595959. Windows color (decimal): -7787571 or 13446025. OLE color: 13446025.

HSL color Cylindrical-coordinate representation of color #892BCD: hue angle of 274.81º 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 #892BCD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 43 205 -
CMYK 0.33 0.79 0 0.20
HSL 274.81º 0.65% 0.49% -
HSV(B) 274.81º 0.79% 0.8% -
XYZ 22.2 11.45 58.8 -
YUV 89.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 137 43 205 0.33 0.79 0 0.20 274.81 0.65 0.49
Hex 89 2B CD 21 4F 0 14 113 41 31
Octal 211 53 315 41 117 0 24 423 101 61
Binary 10001001 101011 11001101 100001 1001111 0 10100 100010011 1000001 110001

Color Harmonies of #892BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BCD

Black with #892BCD

Text Example


Text Example

White with #892BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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