#8B63CF

Color #8B63CF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8B63CF

Tints of True V #8B63CF

Color information

#8B63CF (or 0x8B63CF) is unknown color: approx True V. HEX triplet: 8B, 63 and CF. RGB value is (139,99,207). Sum of RGB (Red+Green+Blue) = 139+99+207=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63CF is #749C30. Grayscale: #7A7A7A. Windows color (decimal): -7642161 or 13591435. OLE color: 13591435.

HSL color Cylindrical-coordinate representation of color #8B63CF: hue angle of 262.22º 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 #8B63CF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13999207-
CMYK0.330.5200.19
HSL262.22º52.94%60%-
HSV(B)262.22º52.17%81.18%-
XYZ26.3718.9261.29-
YUV123.27175.25139.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=31.24%
G=22.25%
B=46.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139992070.330.5200.19262.2252.9460
Hex8B63CF2134013106353c
Octal21314331741640234066574
Binary10001011110001111001111100001110100010011100000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B63CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B63CF; }

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

 H1.HeaderClassName
 {
   color: #8B63CF;
 }
 .AnyTagClassName
 {
   color: #8B63CF;
 }
</style>
background-color css

<style>
 a { background-color: #8B63CF; }

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

 div.DivClassName
 {
   background-color: #8B63CF;
 }
 .BgClassName
 {
   background-color: #8B63CF;
 }
</style>
border-color css

<style>
 span { border-color: #8B63CF; }

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

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