#8F7BCB

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

Shades of True V #8F7BCB

Tints of True V #8F7BCB

Color information

#8F7BCB (or 0x8F7BCB) is unknown color: approx True V. HEX triplet: 8F, 7B and CB. RGB value is (143,123,203). Sum of RGB (Red+Green+Blue) = 143+123+203=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F7BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BCB is #708434. Grayscale: #898989. Windows color (decimal): -7373877 or 13335439. OLE color: 13335439.

HSL color Cylindrical-coordinate representation of color #8F7BCB: hue angle of 255º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7BCB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143123203-
CMYK0.300.3900.20
HSL255º43.48%63.92%-
HSV(B)255º39.41%79.61%-
XYZ29.1924.3259.66-
YUV138.1164.63131.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=30.49%
G=26.23%
B=43.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431232030.300.3900.2025543.4863.92
Hex8F7BCB1E27014ff2b40
Octal217173313364702437753100
Binary1000111111110111100101111110100111010100111111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,203); }

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

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

 a { background-color: rgb(143,123,203); }

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

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

 span { border-color: rgb(143,123,203); }

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