Html Css Color HEX #9317EC Blue Violet

📋 copy color: '#9317EC'

red 147 ◦ green 23 ◦ blue 236

#9317EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #9317EC

Tints of Blue Violet #9317EC

RGB

 RED value IS 147 (57.81% from 255) = 36.21%

 GREEN value IS 23 (9.38% from 255) = 5.67%

 BLUE value IS 236 (92.58% from 255) = 58.13%

R = 36.21%
G = 5.67%
B = 58.13%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9317EC (or 0x9317EC) is known color: Blue Violet. HEX triplet: 93, 17 and EC. RGB value is (147,23,236). Sum of RGB (Red+Green+Blue) = 147+23+236=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #9317EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9317EC is #6CE813. Grayscale: #535353. Windows color (decimal): -7137300 or 15472531. OLE color: 15472531.

HSL color Cylindrical-coordinate representation of color #9317EC: hue angle of 274.93º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9317EC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 23 236 -
CMYK 0.38 0.90 0 0.07
HSL 274.93º 0.85% 0.51% -
HSV(B) 274.93º 0.9% 0.93% -
XYZ 27.48 12.87 80.39 -
YUV 84.36 213.58 172.68 -
System Red Green Blue C M Y K H S L
Decimal 147 23 236 0.38 0.90 0 0.07 274.93 0.85 0.51
Hex 93 17 EC 26 5A 0 7 113 55 33
Octal 223 27 354 46 132 0 7 423 125 63
Binary 10010011 10111 11101100 100110 1011010 0 111 100010011 1010101 110011

Color Harmonies of #9317EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9317EC

Black with #9317EC

Text Example


Text Example

White with #9317EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9317EC; }

 p { color: rgb(147,23,236); }

 H1.HeaderClassName
 {
   color: #9317EC;
 }
 .AnyTagClassName
 {
   color: #9317EC;
 }
</style>

background-color css

<style>
 a { background-color: #9317EC; }

 a { background-color: rgb(147,23,236); }

 div.DivClassName
 {
   background-color: #9317EC;
 }
 .BgClassName
 {
   background-color: #9317EC;
 }
</style>

border-color css

<style>
 span { border-color: #9317EC; }

 span { border-color: rgb(147,23,236); }

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