Html Css Color HEX #896CBC True V

📋 copy color: '#896CBC'

red 137 ◦ green 108 ◦ blue 188

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

Shades of True V #896CBC

Tints of True V #896CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.94%

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

R = 31.64%
G = 24.94%
B = 43.42%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#896CBC (or 0x896CBC) is known color: True V. HEX triplet: 89, 6C and BC. RGB value is (137,108,188). Sum of RGB (Red+Green+Blue) = 137+108+188=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #896CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CBC is #769343. Grayscale: #7D7D7D. Windows color (decimal): -7770948 or 12348553. OLE color: 12348553.

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

Color convert

RGB 137 108 188 -
CMYK 0.27 0.43 0 0.26
HSL 261.75º 0.37% 0.58% -
HSV(B) 261.75º 0.43% 0.74% -
XYZ 24.76 19.67 50.07 -
YUV 125.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 137 108 188 0.27 0.43 0 0.26 261.75 0.37 0.58
Hex 89 6C BC 1B 2B 0 1A 106 25 3A
Octal 211 154 274 33 53 0 32 406 45 72
Binary 10001001 1101100 10111100 11011 101011 0 11010 100000110 100101 111010

Color Harmonies of #896CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CBC

Black with #896CBC

Text Example


Text Example

White with #896CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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