Html Css Color HEX #892CCF Dark Orchid

📋 copy color: '#892CCF'

red 137 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #892CCF

Tints of Dark Orchid #892CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 35.31%
G = 11.34%
B = 53.35%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#892CCF (or 0x892CCF) is known color: Dark Orchid. HEX triplet: 89, 2C and CF. RGB value is (137,44,207). Sum of RGB (Red+Green+Blue) = 137+44+207=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #892CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892CCF is #76D330. Grayscale: #595959. Windows color (decimal): -7787313 or 13577353. OLE color: 13577353.

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

Color convert

RGB 137 44 207 -
CMYK 0.34 0.79 0 0.19
HSL 274.23º 0.65% 0.49% -
HSV(B) 274.23º 0.79% 0.81% -
XYZ 22.48 11.62 60.09 -
YUV 90.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 137 44 207 0.34 0.79 0 0.19 274.23 0.65 0.49
Hex 89 2C CF 22 4F 0 13 112 41 31
Octal 211 54 317 42 117 0 23 422 101 61
Binary 10001001 101100 11001111 100010 1001111 0 10011 100010010 1000001 110001

Color Harmonies of #892CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892CCF

Black with #892CCF

Text Example


Text Example

White with #892CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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