Html Css Color HEX #886DB9 True V

📋 copy color: '#886DB9'

red 136 ◦ green 109 ◦ blue 185

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

Shades of True V #886DB9

Tints of True V #886DB9

RGB

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

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

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

R = 31.63%
G = 25.35%
B = 43.02%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#886DB9 (or 0x886DB9) is known color: True V. HEX triplet: 88, 6D and B9. RGB value is (136,109,185). Sum of RGB (Red+Green+Blue) = 136+109+185=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #886DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DB9 is #779246. Grayscale: #7D7D7D. Windows color (decimal): -7836231 or 12152200. OLE color: 12152200.

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

Color convert

RGB 136 109 185 -
CMYK 0.26 0.41 0 0.27
HSL 261.32º 0.35% 0.58% -
HSV(B) 261.32º 0.41% 0.73% -
XYZ 24.38 19.67 48.41 -
YUV 125.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 136 109 185 0.26 0.41 0 0.27 261.32 0.35 0.58
Hex 88 6D B9 1A 29 0 1B 105 23 3A
Octal 210 155 271 32 51 0 33 405 43 72
Binary 10001000 1101101 10111001 11010 101001 0 11011 100000101 100011 111010

Color Harmonies of #886DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DB9

Black with #886DB9

Text Example


Text Example

White with #886DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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