Html Css Color HEX #886DBE True V

📋 copy color: '#886DBE'

red 136 ◦ green 109 ◦ blue 190

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

Shades of True V #886DBE

Tints of True V #886DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 31.26%
G = 25.06%
B = 43.68%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#886DBE (or 0x886DBE) is known color: True V. HEX triplet: 88, 6D and BE. RGB value is (136,109,190). Sum of RGB (Red+Green+Blue) = 136+109+190=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #886DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DBE is #779241. Grayscale: #7E7E7E. Windows color (decimal): -7836226 or 12479880. OLE color: 12479880.

HSL color Cylindrical-coordinate representation of color #886DBE: hue angle of 260º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886DBE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 109 190 -
CMYK 0.28 0.43 0 0.25
HSL 260º 0.38% 0.59% -
HSV(B) 260º 0.43% 0.75% -
XYZ 24.92 19.89 51.24 -
YUV 126.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 136 109 190 0.28 0.43 0 0.25 260 0.38 0.59
Hex 88 6D BE 1C 2B 0 19 104 26 3B
Octal 210 155 276 34 53 0 31 404 46 73
Binary 10001000 1101101 10111110 11100 101011 0 11001 100000100 100110 111011

Color Harmonies of #886DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DBE

Black with #886DBE

Text Example


Text Example

White with #886DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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