Html Css Color HEX #886AB9 True V

📋 copy color: '#886AB9'

red 136 ◦ green 106 ◦ blue 185

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

Shades of True V #886AB9

Tints of True V #886AB9

RGB

 RED value IS 136 (53.52% from 255) = 31.85%

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 31.85%
G = 24.82%
B = 43.33%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#886AB9 (or 0x886AB9) is known color: True V. HEX triplet: 88, 6A and B9. RGB value is (136,106,185). Sum of RGB (Red+Green+Blue) = 136+106+185=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #886AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886AB9 is #779546. Grayscale: #7B7B7B. Windows color (decimal): -7836999 or 12151432. OLE color: 12151432.

HSL color Cylindrical-coordinate representation of color #886AB9: hue angle of 262.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886AB9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 106 185 -
CMYK 0.26 0.43 0 0.27
HSL 262.78º 0.36% 0.57% -
HSV(B) 262.78º 0.43% 0.73% -
XYZ 24.06 19.05 48.31 -
YUV 123.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 136 106 185 0.26 0.43 0 0.27 262.78 0.36 0.57
Hex 88 6A B9 1A 2B 0 1B 107 24 39
Octal 210 152 271 32 53 0 33 407 44 71
Binary 10001000 1101010 10111001 11010 101011 0 11011 100000111 100100 111001

Color Harmonies of #886AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AB9

Black with #886AB9

Text Example


Text Example

White with #886AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886AB9; }

 p { color: rgb(136,106,185); }

 H1.HeaderClassName
 {
   color: #886AB9;
 }
 .AnyTagClassName
 {
   color: #886AB9;
 }
</style>

background-color css

<style>
 a { background-color: #886AB9; }

 a { background-color: rgb(136,106,185); }

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

border-color css

<style>
 span { border-color: #886AB9; }

 span { border-color: rgb(136,106,185); }

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