Html Css Color HEX #886ECA True V

📋 copy color: '#886ECA'

red 136 ◦ green 110 ◦ blue 202

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

Shades of True V #886ECA

Tints of True V #886ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.55%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 30.36%
G = 24.55%
B = 45.09%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#886ECA (or 0x886ECA) is known color: True V. HEX triplet: 88, 6E and CA. RGB value is (136,110,202). Sum of RGB (Red+Green+Blue) = 136+110+202=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #886ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ECA is #779135. Grayscale: #7F7F7F. Windows color (decimal): -7835958 or 13266568. OLE color: 13266568.

HSL color Cylindrical-coordinate representation of color #886ECA: hue angle of 256.96º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886ECA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 110 202 -
CMYK 0.33 0.46 0 0.21
HSL 256.96º 0.46% 0.61% -
HSV(B) 256.96º 0.46% 0.79% -
XYZ 26.39 20.65 58.47 -
YUV 128.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 136 110 202 0.33 0.46 0 0.21 256.96 0.46 0.61
Hex 88 6E CA 21 2E 0 15 101 2E 3D
Octal 210 156 312 41 56 0 25 401 56 75
Binary 10001000 1101110 11001010 100001 101110 0 10101 100000001 101110 111101

Color Harmonies of #886ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ECA

Black with #886ECA

Text Example


Text Example

White with #886ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,110,202); }

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

background-color css

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

 a { background-color: rgb(136,110,202); }

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

border-color css

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

 span { border-color: rgb(136,110,202); }

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