#9617EA

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

Shades of Blue Violet #9617EA

Tints of Blue Violet #9617EA

Color information

#9617EA (or 0x9617EA) is unknown color: approx Blue Violet. HEX triplet: 96, 17 and EA. RGB value is (150,23,234). Sum of RGB (Red+Green+Blue) = 150+23+234=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #9617EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9617EA is #69E815. Grayscale: #545454. Windows color (decimal): -6940694 or 15341462. OLE color: 15341462.

HSL color Cylindrical-coordinate representation of color #9617EA: hue angle of 276.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9617EA is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15023234-
CMYK0.360.9000.08
HSL276.11º83.4%50.39%-
HSV(B)276.11º90.17%91.76%-
XYZ27.7413.0478.9-
YUV85.03212.08174.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 23 (9.38% from 255) = 5.65%
BLUE value IS 234 (91.80% from 255) = 57.49%
R=36.86%
G=5.65%
B=57.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal150232340.360.9000.08276.1183.450.39
Hex9617EA245A081145332
Octal226273524413201042412362
Binary1001011010111111010101001001011010010001000101001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9617EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9617EA; }

 p { color: rgb(150,23,234); }

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

<style>
 a { background-color: #9617EA; }

 a { background-color: rgb(150,23,234); }

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

<style>
 span { border-color: #9617EA; }

 span { border-color: rgb(150,23,234); }

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