Html Css Color HEX #8863CF True V

📋 copy color: '#8863CF'

red 136 ◦ green 99 ◦ blue 207

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

Shades of True V #8863CF

Tints of True V #8863CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

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

R = 30.77%
G = 22.4%
B = 46.83%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8863CF (or 0x8863CF) is known color: True V. HEX triplet: 88, 63 and CF. RGB value is (136,99,207). Sum of RGB (Red+Green+Blue) = 136+99+207=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #8863CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8863CF is #779C30. Grayscale: #797979. Windows color (decimal): -7838769 or 13591432. OLE color: 13591432.

HSL color Cylindrical-coordinate representation of color #8863CF: hue angle of 260.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8863CF is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 99 207 -
CMYK 0.34 0.52 0 0.19
HSL 260.56º 0.53% 0.6% -
HSV(B) 260.56º 0.52% 0.81% -
XYZ 25.88 18.66 61.27 -
YUV 122.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 136 99 207 0.34 0.52 0 0.19 260.56 0.53 0.6
Hex 88 63 CF 22 34 0 13 105 35 3C
Octal 210 143 317 42 64 0 23 405 65 74
Binary 10001000 1100011 11001111 100010 110100 0 10011 100000101 110101 111100

Color Harmonies of #8863CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8863CF

Black with #8863CF

Text Example


Text Example

White with #8863CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8863CF; }

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

 H1.HeaderClassName
 {
   color: #8863CF;
 }
 .AnyTagClassName
 {
   color: #8863CF;
 }
</style>

background-color css

<style>
 a { background-color: #8863CF; }

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

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

border-color css

<style>
 span { border-color: #8863CF; }

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

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