Html Css Color HEX #886ABA True V

📋 copy color: '#886ABA'

red 136 ◦ green 106 ◦ blue 186

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

Shades of True V #886ABA

Tints of True V #886ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 31.78%
G = 24.77%
B = 43.46%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#886ABA (or 0x886ABA) is known color: True V. HEX triplet: 88, 6A and BA. RGB value is (136,106,186). Sum of RGB (Red+Green+Blue) = 136+106+186=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #886ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ABA is #779545. Grayscale: #7B7B7B. Windows color (decimal): -7836998 or 12216968. OLE color: 12216968.

HSL color Cylindrical-coordinate representation of color #886ABA: hue angle of 262.5º degrees, saturation: 0.37, 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 #886ABA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 106 186 -
CMYK 0.27 0.43 0 0.27
HSL 262.5º 0.37% 0.57% -
HSV(B) 262.5º 0.43% 0.73% -
XYZ 24.17 19.09 48.86 -
YUV 124.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 136 106 186 0.27 0.43 0 0.27 262.5 0.37 0.57
Hex 88 6A BA 1B 2B 0 1B 106 25 39
Octal 210 152 272 33 53 0 33 406 45 71
Binary 10001000 1101010 10111010 11011 101011 0 11011 100000110 100101 111001

Color Harmonies of #886ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ABA

Black with #886ABA

Text Example


Text Example

White with #886ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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