Html Css Color HEX #896DCE True V

📋 copy color: '#896DCE'

red 137 ◦ green 109 ◦ blue 206

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

Shades of True V #896DCE

Tints of True V #896DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 30.31%
G = 24.12%
B = 45.58%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#896DCE (or 0x896DCE) is known color: True V. HEX triplet: 89, 6D and CE. RGB value is (137,109,206). Sum of RGB (Red+Green+Blue) = 137+109+206=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #896DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DCE is #769231. Grayscale: #808080. Windows color (decimal): -7770674 or 13528457. OLE color: 13528457.

HSL color Cylindrical-coordinate representation of color #896DCE: hue angle of 257.32º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896DCE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 109 206 -
CMYK 0.33 0.47 0 0.19
HSL 257.32º 0.5% 0.62% -
HSV(B) 257.32º 0.47% 0.81% -
XYZ 26.93 20.71 60.97 -
YUV 128.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 137 109 206 0.33 0.47 0 0.19 257.32 0.5 0.62
Hex 89 6D CE 21 2F 0 13 101 32 3E
Octal 211 155 316 41 57 0 23 401 62 76
Binary 10001001 1101101 11001110 100001 101111 0 10011 100000001 110010 111110

Color Harmonies of #896DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DCE

Black with #896DCE

Text Example


Text Example

White with #896DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,206); }

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

background-color css

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

 a { background-color: rgb(137,109,206); }

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

border-color css

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

 span { border-color: rgb(137,109,206); }

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