Html Css Color HEX #892FC8 Dark Orchid

📋 copy color: '#892FC8'

red 137 ◦ green 47 ◦ blue 200

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

Shades of Dark Orchid #892FC8

Tints of Dark Orchid #892FC8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.24%

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

R = 35.68%
G = 12.24%
B = 52.08%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#892FC8 (or 0x892FC8) is known color: Dark Orchid. HEX triplet: 89, 2F and C8. RGB value is (137,47,200). Sum of RGB (Red+Green+Blue) = 137+47+200=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #892FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892FC8 is #76D037. Grayscale: #5A5A5A. Windows color (decimal): -7786552 or 13119369. OLE color: 13119369.

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

Color convert

RGB 137 47 200 -
CMYK 0.32 0.76 0 0.22
HSL 275.29º 0.62% 0.48% -
HSV(B) 275.29º 0.77% 0.78% -
XYZ 21.76 11.52 55.72 -
YUV 91.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 137 47 200 0.32 0.76 0 0.22 275.29 0.62 0.48
Hex 89 2F C8 20 4C 0 16 113 3E 30
Octal 211 57 310 40 114 0 26 423 76 60
Binary 10001001 101111 11001000 100000 1001100 0 10110 100010011 111110 110000

Color Harmonies of #892FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892FC8

Black with #892FC8

Text Example


Text Example

White with #892FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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