Html Css Color HEX #886CCA True V

📋 copy color: '#886CCA'

red 136 ◦ green 108 ◦ blue 202

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

Shades of True V #886CCA

Tints of True V #886CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.22%

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

R = 30.49%
G = 24.22%
B = 45.29%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#886CCA (or 0x886CCA) is known color: True V. HEX triplet: 88, 6C and CA. RGB value is (136,108,202). Sum of RGB (Red+Green+Blue) = 136+108+202=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #886CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CCA is #779335. Grayscale: #7E7E7E. Windows color (decimal): -7836470 or 13266056. OLE color: 13266056.

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

Color convert

RGB 136 108 202 -
CMYK 0.33 0.47 0 0.21
HSL 257.87º 0.47% 0.61% -
HSV(B) 257.87º 0.47% 0.79% -
XYZ 26.18 20.22 58.4 -
YUV 127.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 136 108 202 0.33 0.47 0 0.21 257.87 0.47 0.61
Hex 88 6C CA 21 2F 0 15 102 2F 3D
Octal 210 154 312 41 57 0 25 402 57 75
Binary 10001000 1101100 11001010 100001 101111 0 10101 100000010 101111 111101

Color Harmonies of #886CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CCA

Black with #886CCA

Text Example


Text Example

White with #886CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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