Html Css Color HEX #886CCE True V

📋 copy color: '#886CCE'

red 136 ◦ green 108 ◦ blue 206

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

Shades of True V #886CCE

Tints of True V #886CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 30.22%
G = 24%
B = 45.78%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#886CCE (or 0x886CCE) is known color: True V. HEX triplet: 88, 6C and CE. RGB value is (136,108,206). Sum of RGB (Red+Green+Blue) = 136+108+206=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #886CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CCE is #779331. Grayscale: #7F7F7F. Windows color (decimal): -7836466 or 13528200. OLE color: 13528200.

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

Color convert

RGB 136 108 206 -
CMYK 0.34 0.48 0 0.19
HSL 257.14º 0.5% 0.62% -
HSV(B) 257.14º 0.48% 0.81% -
XYZ 26.66 20.42 60.93 -
YUV 127.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 136 108 206 0.34 0.48 0 0.19 257.14 0.5 0.62
Hex 88 6C CE 22 30 0 13 101 32 3E
Octal 210 154 316 42 60 0 23 401 62 76
Binary 10001000 1101100 11001110 100010 110000 0 10011 100000001 110010 111110

Color Harmonies of #886CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CCE

Black with #886CCE

Text Example


Text Example

White with #886CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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