Html Css Color HEX #886CCD True V

📋 copy color: '#886CCD'

red 136 ◦ green 108 ◦ blue 205

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

Shades of True V #886CCD

Tints of True V #886CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 30.29%
G = 24.05%
B = 45.66%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#886CCD (or 0x886CCD) is known color: True V. HEX triplet: 88, 6C and CD. RGB value is (136,108,205). Sum of RGB (Red+Green+Blue) = 136+108+205=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #886CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CCD is #779332. Grayscale: #7F7F7F. Windows color (decimal): -7836467 or 13462664. OLE color: 13462664.

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

Color convert

RGB 136 108 205 -
CMYK 0.34 0.47 0 0.20
HSL 257.32º 0.49% 0.61% -
HSV(B) 257.32º 0.47% 0.8% -
XYZ 26.54 20.37 60.29 -
YUV 127.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 136 108 205 0.34 0.47 0 0.20 257.32 0.49 0.61
Hex 88 6C CD 22 2F 0 14 101 31 3D
Octal 210 154 315 42 57 0 24 401 61 75
Binary 10001000 1101100 11001101 100010 101111 0 10100 100000001 110001 111101

Color Harmonies of #886CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CCD

Black with #886CCD

Text Example


Text Example

White with #886CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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