Html Css Color HEX #8663CE True V

📋 copy color: '#8663CE'

red 134 ◦ green 99 ◦ blue 206

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

Shades of True V #8663CE

Tints of True V #8663CE

RGB

 RED value IS 134 (52.73% from 255) = 30.52%

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

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

R = 30.52%
G = 22.55%
B = 46.92%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8663CE (or 0x8663CE) is known color: True V. HEX triplet: 86, 63 and CE. RGB value is (134,99,206). Sum of RGB (Red+Green+Blue) = 134+99+206=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8663CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663CE is #799C31. Grayscale: #797979. Windows color (decimal): -7969842 or 13525894. OLE color: 13525894.

HSL color Cylindrical-coordinate representation of color #8663CE: hue angle of 259.63º degrees, saturation: 0.52, 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 #8663CE is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 99 206 -
CMYK 0.35 0.52 0 0.19
HSL 259.63º 0.52% 0.6% -
HSV(B) 259.63º 0.52% 0.81% -
XYZ 25.43 18.45 60.61 -
YUV 121.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 134 99 206 0.35 0.52 0 0.19 259.63 0.52 0.6
Hex 86 63 CE 23 34 0 13 104 34 3C
Octal 206 143 316 43 64 0 23 404 64 74
Binary 10000110 1100011 11001110 100011 110100 0 10011 100000100 110100 111100

Color Harmonies of #8663CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8663CE

Black with #8663CE

Text Example


Text Example

White with #8663CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8663CE; }

 p { color: rgb(134,99,206); }

 H1.HeaderClassName
 {
   color: #8663CE;
 }
 .AnyTagClassName
 {
   color: #8663CE;
 }
</style>

background-color css

<style>
 a { background-color: #8663CE; }

 a { background-color: rgb(134,99,206); }

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

border-color css

<style>
 span { border-color: #8663CE; }

 span { border-color: rgb(134,99,206); }

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