#8B65CE

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

Shades of True V #8B65CE

Tints of True V #8B65CE

Color information

#8B65CE (or 0x8B65CE) is unknown color: approx True V. HEX triplet: 8B, 65 and CE. RGB value is (139,101,206). Sum of RGB (Red+Green+Blue) = 139+101+206=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65CE is #749A31. Grayscale: #7B7B7B. Windows color (decimal): -7641650 or 13526411. OLE color: 13526411.

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

Color convert

RGB139101206-
CMYK0.330.5100.19
HSL261.71º51.72%60.2%-
HSV(B)261.71º50.97%80.78%-
XYZ26.4419.2560.72-
YUV124.33174.09138.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=31.17%
G=22.65%
B=46.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391012060.330.5100.19261.7151.7260.2
Hex8B65CE2133013106343c
Octal21314531641630234066474
Binary10001011110010111001110100001110011010011100000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,206); }

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

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

 a { background-color: rgb(139,101,206); }

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

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

 span { border-color: rgb(139,101,206); }

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