#952EFF

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

Shades of Blue Violet #952EFF

Tints of Blue Violet #952EFF

Color information

#952EFF (or 0x952EFF) is unknown color: approx Blue Violet. HEX triplet: 95, 2E and FF. RGB value is (149,46,255). Sum of RGB (Red+Green+Blue) = 149+46+255=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #952EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EFF is #6AD100. Grayscale: #636363. Windows color (decimal): -7000321 or 16723605. OLE color: 16723605.

HSL color Cylindrical-coordinate representation of color #952EFF: hue angle of 269.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952EFF is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14946255-
CMYK0.420.8200
HSL269.57º100%59.02%-
HSV(B)269.57º81.96%100%-
XYZ31.4215.5695.96-
YUV100.62215.12162.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 46 (18.36% from 255) = 10.22%
BLUE value IS 255 (100% from 255) = 56.67%
R=33.11%
G=10.22%
B=56.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149462550.420.8200269.5710059.02
Hex952EFF2A520010e643b
Octal22556377521220041614473
Binary10010101101110111111111010101010010001000011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952EFF; }

 p { color: rgb(149,46,255); }

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

<style>
 a { background-color: #952EFF; }

 a { background-color: rgb(149,46,255); }

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

<style>
 span { border-color: #952EFF; }

 span { border-color: rgb(149,46,255); }

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