#9525F3

Color #9525F3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9525F3

Tints of Blue Violet #9525F3

Color information

#9525F3 (or 0x9525F3) is unknown color: approx Blue Violet. HEX triplet: 95, 25 and F3. RGB value is (149,37,243). Sum of RGB (Red+Green+Blue) = 149+37+243=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #9525F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9525F3 is #6ADA0C. Grayscale: #5D5D5D. Windows color (decimal): -7002637 or 15934869. OLE color: 15934869.

HSL color Cylindrical-coordinate representation of color #9525F3: hue angle of 272.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9525F3 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14937243-
CMYK0.390.8500.05
HSL272.62º89.57%54.9%-
HSV(B)272.62º84.77%95.29%-
XYZ29.2314.1885.99-
YUV93.97212.11167.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 37 (14.84% from 255) = 8.62%
BLUE value IS 243 (95.31% from 255) = 56.64%
R=34.73%
G=8.62%
B=56.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149372430.390.8500.05272.6289.5754.9
Hex9525F32755051115a37
Octal22545363471250542113267
Binary1001010110010111110011100111101010101011000100011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9525F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9525F3; }

 p { color: rgb(149,37,243); }

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

<style>
 a { background-color: #9525F3; }

 a { background-color: rgb(149,37,243); }

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

<style>
 span { border-color: #9525F3; }

 span { border-color: rgb(149,37,243); }

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