Html Css Color HEX #896ABC True V

📋 copy color: '#896ABC'

red 137 ◦ green 106 ◦ blue 188

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

Shades of True V #896ABC

Tints of True V #896ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 31.79%
G = 24.59%
B = 43.62%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#896ABC (or 0x896ABC) is known color: True V. HEX triplet: 89, 6A and BC. RGB value is (137,106,188). Sum of RGB (Red+Green+Blue) = 137+106+188=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #896ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ABC is #769543. Grayscale: #7C7C7C. Windows color (decimal): -7771460 or 12348041. OLE color: 12348041.

HSL color Cylindrical-coordinate representation of color #896ABC: hue angle of 262.68º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #896ABC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 106 188 -
CMYK 0.27 0.44 0 0.26
HSL 262.68º 0.38% 0.58% -
HSV(B) 262.68º 0.44% 0.74% -
XYZ 24.55 19.26 50 -
YUV 124.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 137 106 188 0.27 0.44 0 0.26 262.68 0.38 0.58
Hex 89 6A BC 1B 2C 0 1A 107 26 3A
Octal 211 152 274 33 54 0 32 407 46 72
Binary 10001001 1101010 10111100 11011 101100 0 11010 100000111 100110 111010

Color Harmonies of #896ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896ABC

Black with #896ABC

Text Example


Text Example

White with #896ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896ABC; }

 p { color: rgb(137,106,188); }

 H1.HeaderClassName
 {
   color: #896ABC;
 }
 .AnyTagClassName
 {
   color: #896ABC;
 }
</style>

background-color css

<style>
 a { background-color: #896ABC; }

 a { background-color: rgb(137,106,188); }

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

border-color css

<style>
 span { border-color: #896ABC; }

 span { border-color: rgb(137,106,188); }

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