#907BC1

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

Shades of True V #907BC1

Tints of True V #907BC1

Color information

#907BC1 (or 0x907BC1) is unknown color: approx True V. HEX triplet: 90, 7B and C1. RGB value is (144,123,193). Sum of RGB (Red+Green+Blue) = 144+123+193=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #907BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BC1 is #6F843E. Grayscale: #888888. Windows color (decimal): -7308351 or 12680080. OLE color: 12680080.

HSL color Cylindrical-coordinate representation of color #907BC1: hue angle of 258º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #907BC1 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144123193-
CMYK0.250.3600.24
HSL258º36.08%61.96%-
HSV(B)258º36.27%75.69%-
XYZ28.2123.9553.59-
YUV137.26159.46132.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=31.30%
G=26.74%
B=41.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441231930.250.3600.2425836.0861.96
Hex907BC11924018102243e
Octal22017330131440304024476
Binary1001000011110111100000111001100100011000100000010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907BC1; }

 p { color: rgb(144,123,193); }

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

<style>
 a { background-color: #907BC1; }

 a { background-color: rgb(144,123,193); }

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

<style>
 span { border-color: #907BC1; }

 span { border-color: rgb(144,123,193); }

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