Html Css Color HEX #9316E9 Blue Violet

📋 copy color: '#9316E9'

red 147 ◦ green 22 ◦ blue 233

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

Shades of Blue Violet #9316E9

Tints of Blue Violet #9316E9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.47%

 BLUE value IS 233 (91.41% from 255) = 57.96%

R = 36.57%
G = 5.47%
B = 57.96%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9316E9 (or 0x9316E9) is known color: Blue Violet. HEX triplet: 93, 16 and E9. RGB value is (147,22,233). Sum of RGB (Red+Green+Blue) = 147+22+233=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #9316E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9316E9 is #6CE916. Grayscale: #525252. Windows color (decimal): -7137559 or 15275667. OLE color: 15275667.

HSL color Cylindrical-coordinate representation of color #9316E9: hue angle of 275.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9316E9 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 22 233 -
CMYK 0.37 0.91 0 0.09
HSL 275.55º 0.83% 0.5% -
HSV(B) 275.55º 0.91% 0.91% -
XYZ 27.03 12.66 78.11 -
YUV 83.43 212.41 173.34 -
System Red Green Blue C M Y K H S L
Decimal 147 22 233 0.37 0.91 0 0.09 275.55 0.83 0.5
Hex 93 16 E9 25 5B 0 9 114 53 32
Octal 223 26 351 45 133 0 11 424 123 62
Binary 10010011 10110 11101001 100101 1011011 0 1001 100010100 1010011 110010

Color Harmonies of #9316E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9316E9

Black with #9316E9

Text Example


Text Example

White with #9316E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9316E9; }

 p { color: rgb(147,22,233); }

 H1.HeaderClassName
 {
   color: #9316E9;
 }
 .AnyTagClassName
 {
   color: #9316E9;
 }
</style>

background-color css

<style>
 a { background-color: #9316E9; }

 a { background-color: rgb(147,22,233); }

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

border-color css

<style>
 span { border-color: #9316E9; }

 span { border-color: rgb(147,22,233); }

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