Html Css Color HEX #892A68 Dark Purple

📋 copy color: '#892A68'

red 137 ◦ green 42 ◦ blue 104

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

Shades of Dark Purple #892A68

Tints of Dark Purple #892A68

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 48.41%
G = 14.84%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#892A68 (or 0x892A68) is known color: Dark Purple. HEX triplet: 89, 2A and 68. RGB value is (137,42,104). Sum of RGB (Red+Green+Blue) = 137+42+104=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #892A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A68 is #76D597. Grayscale: #4D4D4D. Windows color (decimal): -7787928 or 6826633. OLE color: 6826633.

HSL color Cylindrical-coordinate representation of color #892A68: hue angle of 320.84º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892A68 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 42 104 -
CMYK 0 0.69 0.24 0.46
HSL 320.84º 0.53% 0.35% -
HSV(B) 320.84º 0.69% 0.54% -
XYZ 13.64 7.97 13.92 -
YUV 77.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 137 42 104 0 0.69 0.24 0.46 320.84 0.53 0.35
Hex 89 2A 68 0 45 18 2E 141 35 23
Octal 211 52 150 0 105 30 56 501 65 43
Binary 10001001 101010 1101000 0 1000101 11000 101110 101000001 110101 100011

Color Harmonies of #892A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892A68

Black with #892A68

Text Example


Text Example

White with #892A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,42,104); }

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

background-color css

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

 a { background-color: rgb(137,42,104); }

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

border-color css

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

 span { border-color: rgb(137,42,104); }

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