Html Css Color HEX #892BCE Dark Orchid

📋 copy color: '#892BCE'

red 137 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #892BCE

Tints of Dark Orchid #892BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 35.49%
G = 11.14%
B = 53.37%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#892BCE (or 0x892BCE) is known color: Dark Orchid. HEX triplet: 89, 2B and CE. RGB value is (137,43,206). Sum of RGB (Red+Green+Blue) = 137+43+206=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #892BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BCE is #76D431. Grayscale: #595959. Windows color (decimal): -7787570 or 13511561. OLE color: 13511561.

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

Color convert

RGB 137 43 206 -
CMYK 0.33 0.79 0 0.19
HSL 274.6º 0.65% 0.49% -
HSV(B) 274.6º 0.79% 0.81% -
XYZ 22.32 11.5 59.44 -
YUV 89.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 137 43 206 0.33 0.79 0 0.19 274.6 0.65 0.49
Hex 89 2B CE 21 4F 0 13 113 41 31
Octal 211 53 316 41 117 0 23 423 101 61
Binary 10001001 101011 11001110 100001 1001111 0 10011 100010011 1000001 110001

Color Harmonies of #892BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BCE

Black with #892BCE

Text Example


Text Example

White with #892BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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