Html Css Color HEX #891CCC Dark Orchid

📋 copy color: '#891CCC'

red 137 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #891CCC

Tints of Dark Orchid #891CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 37.13%
G = 7.59%
B = 55.28%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#891CCC (or 0x891CCC) is known color: Dark Orchid. HEX triplet: 89, 1C and CC. RGB value is (137,28,204). Sum of RGB (Red+Green+Blue) = 137+28+204=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #891CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891CCC is #76E333. Grayscale: #505050. Windows color (decimal): -7791412 or 13376649. OLE color: 13376649.

HSL color Cylindrical-coordinate representation of color #891CCC: hue angle of 277.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891CCC is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 28 204 -
CMYK 0.33 0.86 0 0.2
HSL 277.16º 0.76% 0.45% -
HSV(B) 277.16º 0.86% 0.8% -
XYZ 21.63 10.51 58.02 -
YUV 80.66 197.61 168.19 -
System Red Green Blue C M Y K H S L
Decimal 137 28 204 0.33 0.86 0 0.2 277.16 0.76 0.45
Hex 89 1C CC 21 56 0 14 115 4C 2D
Octal 211 34 314 41 126 0 24 425 114 55
Binary 10001001 11100 11001100 100001 1010110 0 10100 100010101 1001100 101101

Color Harmonies of #891CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891CCC

Black with #891CCC

Text Example


Text Example

White with #891CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891CCC; }

 p { color: rgb(137,28,204); }

 H1.HeaderClassName
 {
   color: #891CCC;
 }
 .AnyTagClassName
 {
   color: #891CCC;
 }
</style>

background-color css

<style>
 a { background-color: #891CCC; }

 a { background-color: rgb(137,28,204); }

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

border-color css

<style>
 span { border-color: #891CCC; }

 span { border-color: rgb(137,28,204); }

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