Html Css Color HEX #896ACB True V

📋 copy color: '#896ACB'

red 137 ◦ green 106 ◦ blue 203

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

Shades of True V #896ACB

Tints of True V #896ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 30.72%
G = 23.77%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#896ACB (or 0x896ACB) is known color: True V. HEX triplet: 89, 6A and CB. RGB value is (137,106,203). Sum of RGB (Red+Green+Blue) = 137+106+203=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #896ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ACB is #769534. Grayscale: #7D7D7D. Windows color (decimal): -7771445 or 13331081. OLE color: 13331081.

HSL color Cylindrical-coordinate representation of color #896ACB: hue angle of 259.18º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896ACB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 106 203 -
CMYK 0.33 0.48 0 0.20
HSL 259.18º 0.48% 0.61% -
HSV(B) 259.18º 0.48% 0.8% -
XYZ 26.25 19.94 58.96 -
YUV 126.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 137 106 203 0.33 0.48 0 0.20 259.18 0.48 0.61
Hex 89 6A CB 21 30 0 14 103 30 3D
Octal 211 152 313 41 60 0 24 403 60 75
Binary 10001001 1101010 11001011 100001 110000 0 10100 100000011 110000 111101

Color Harmonies of #896ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896ACB

Black with #896ACB

Text Example


Text Example

White with #896ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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