Html Css Color HEX #886ACF True V

📋 copy color: '#886ACF'

red 136 ◦ green 106 ◦ blue 207

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

Shades of True V #886ACF

Tints of True V #886ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 30.29%
G = 23.61%
B = 46.1%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#886ACF (or 0x886ACF) is known color: True V. HEX triplet: 88, 6A and CF. RGB value is (136,106,207). Sum of RGB (Red+Green+Blue) = 136+106+207=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #886ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ACF is #779530. Grayscale: #7E7E7E. Windows color (decimal): -7836977 or 13593224. OLE color: 13593224.

HSL color Cylindrical-coordinate representation of color #886ACF: hue angle of 257.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886ACF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 106 207 -
CMYK 0.34 0.49 0 0.19
HSL 257.82º 0.51% 0.61% -
HSV(B) 257.82º 0.49% 0.81% -
XYZ 26.57 20.05 61.5 -
YUV 126.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 136 106 207 0.34 0.49 0 0.19 257.82 0.51 0.61
Hex 88 6A CF 22 31 0 13 102 33 3D
Octal 210 152 317 42 61 0 23 402 63 75
Binary 10001000 1101010 11001111 100010 110001 0 10011 100000010 110011 111101

Color Harmonies of #886ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ACF

Black with #886ACF

Text Example


Text Example

White with #886ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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