Html Css Color HEX #886FCF True V

📋 copy color: '#886FCF'

red 136 ◦ green 111 ◦ blue 207

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

Shades of True V #886FCF

Tints of True V #886FCF

RGB

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

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

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

R = 29.96%
G = 24.45%
B = 45.59%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#886FCF (or 0x886FCF) is known color: True V. HEX triplet: 88, 6F and CF. RGB value is (136,111,207). Sum of RGB (Red+Green+Blue) = 136+111+207=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #886FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCF is #779030. Grayscale: #818181. Windows color (decimal): -7835697 or 13594504. OLE color: 13594504.

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

Color convert

RGB 136 111 207 -
CMYK 0.34 0.46 0 0.19
HSL 255.63º 0.5% 0.62% -
HSV(B) 255.63º 0.46% 0.81% -
XYZ 27.1 21.11 61.68 -
YUV 129.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 136 111 207 0.34 0.46 0 0.19 255.63 0.5 0.62
Hex 88 6F CF 22 2E 0 13 100 32 3E
Octal 210 157 317 42 56 0 23 400 62 76
Binary 10001000 1101111 11001111 100010 101110 0 10011 100000000 110010 111110

Color Harmonies of #886FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FCF

Black with #886FCF

Text Example


Text Example

White with #886FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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