Html Css Color HEX #886FCA True V

📋 copy color: '#886FCA'

red 136 ◦ green 111 ◦ blue 202

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

Shades of True V #886FCA

Tints of True V #886FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

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

R = 30.29%
G = 24.72%
B = 44.99%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#886FCA (or 0x886FCA) is known color: True V. HEX triplet: 88, 6F and CA. RGB value is (136,111,202). Sum of RGB (Red+Green+Blue) = 136+111+202=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #886FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCA is #779035. Grayscale: #808080. Windows color (decimal): -7835702 or 13266824. OLE color: 13266824.

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

Color convert

RGB 136 111 202 -
CMYK 0.33 0.45 0 0.21
HSL 256.48º 0.46% 0.61% -
HSV(B) 256.48º 0.45% 0.79% -
XYZ 26.5 20.87 58.51 -
YUV 128.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 136 111 202 0.33 0.45 0 0.21 256.48 0.46 0.61
Hex 88 6F CA 21 2D 0 15 100 2E 3D
Octal 210 157 312 41 55 0 25 400 56 75
Binary 10001000 1101111 11001010 100001 101101 0 10101 100000000 101110 111101

Color Harmonies of #886FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FCA

Black with #886FCA

Text Example


Text Example

White with #886FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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