Html Css Color HEX #886CCB True V

📋 copy color: '#886CCB'

red 136 ◦ green 108 ◦ blue 203

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

Shades of True V #886CCB

Tints of True V #886CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 30.43%
G = 24.16%
B = 45.41%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#886CCB (or 0x886CCB) is known color: True V. HEX triplet: 88, 6C and CB. RGB value is (136,108,203). Sum of RGB (Red+Green+Blue) = 136+108+203=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #886CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CCB is #779334. Grayscale: #7E7E7E. Windows color (decimal): -7836469 or 13331592. OLE color: 13331592.

HSL color Cylindrical-coordinate representation of color #886CCB: hue angle of 257.68º degrees, saturation: 0.48, 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 #886CCB is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 108 203 -
CMYK 0.33 0.47 0 0.20
HSL 257.68º 0.48% 0.61% -
HSV(B) 257.68º 0.47% 0.8% -
XYZ 26.3 20.27 59.03 -
YUV 127.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 136 108 203 0.33 0.47 0 0.20 257.68 0.48 0.61
Hex 88 6C CB 21 2F 0 14 102 30 3D
Octal 210 154 313 41 57 0 24 402 60 75
Binary 10001000 1101100 11001011 100001 101111 0 10100 100000010 110000 111101

Color Harmonies of #886CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CCB

Black with #886CCB

Text Example


Text Example

White with #886CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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