Html Css Color HEX #886DC2 True V

📋 copy color: '#886DC2'

red 136 ◦ green 109 ◦ blue 194

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

Shades of True V #886DC2

Tints of True V #886DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.19%

R = 30.98%
G = 24.83%
B = 44.19%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#886DC2 (or 0x886DC2) is known color: True V. HEX triplet: 88, 6D and C2. RGB value is (136,109,194). Sum of RGB (Red+Green+Blue) = 136+109+194=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #886DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DC2 is #77923D. Grayscale: #7E7E7E. Windows color (decimal): -7836222 or 12742024. OLE color: 12742024.

HSL color Cylindrical-coordinate representation of color #886DC2: hue angle of 259.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #886DC2 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 109 194 -
CMYK 0.30 0.44 0 0.24
HSL 259.06º 0.41% 0.59% -
HSV(B) 259.06º 0.44% 0.76% -
XYZ 25.36 20.07 53.58 -
YUV 126.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 136 109 194 0.30 0.44 0 0.24 259.06 0.41 0.59
Hex 88 6D C2 1E 2C 0 18 103 29 3B
Octal 210 155 302 36 54 0 30 403 51 73
Binary 10001000 1101101 11000010 11110 101100 0 11000 100000011 101001 111011

Color Harmonies of #886DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DC2

Black with #886DC2

Text Example


Text Example

White with #886DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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