#9814F5

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

Shades of Blue Violet #9814F5

Tints of Blue Violet #9814F5

Color information

#9814F5 (or 0x9814F5) is unknown color: approx Blue Violet. HEX triplet: 98, 14 and F5. RGB value is (152,20,245). Sum of RGB (Red+Green+Blue) = 152+20+245=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 245 (96.09% from 255 or 58.75% from 417); Max value from RGB is 245 - color contains mainly: blue. Hex color #9814F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9814F5 is #67EB0A. Grayscale: #545454. Windows color (decimal): -6810379 or 16061592. OLE color: 16061592.

HSL color Cylindrical-coordinate representation of color #9814F5: hue angle of 275.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9814F5 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15220245-
CMYK0.380.9200.04
HSL275.2º91.84%51.96%-
HSV(B)275.2º91.84%96.08%-
XYZ29.6813.7787.48-
YUV85.12218.23175.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 20 (8.20% from 255) = 4.80%
BLUE value IS 245 (96.09% from 255) = 58.75%
R=36.45%
G=4.80%
B=58.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal152202450.380.9200.04275.291.8451.96
Hex9814F5265C041135c34
Octal23024365461340442313464
Binary100110001010011110101100110101110001001000100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9814F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9814F5; }

 p { color: rgb(152,20,245); }

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

<style>
 a { background-color: #9814F5; }

 a { background-color: rgb(152,20,245); }

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

<style>
 span { border-color: #9814F5; }

 span { border-color: rgb(152,20,245); }

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