Html Css Color HEX #9315EE Blue Violet

📋 copy color: '#9315EE'

red 147 ◦ green 21 ◦ blue 238

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

Shades of Blue Violet #9315EE

Tints of Blue Violet #9315EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 36.21%
G = 5.17%
B = 58.62%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9315EE (or 0x9315EE) is known color: Blue Violet. HEX triplet: 93, 15 and EE. RGB value is (147,21,238). Sum of RGB (Red+Green+Blue) = 147+21+238=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #9315EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9315EE is #6CEA11. Grayscale: #525252. Windows color (decimal): -7137810 or 15603091. OLE color: 15603091.

HSL color Cylindrical-coordinate representation of color #9315EE: hue angle of 274.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9315EE is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 21 238 -
CMYK 0.38 0.91 0 0.07
HSL 274.84º 0.86% 0.51% -
HSV(B) 274.84º 0.91% 0.93% -
XYZ 27.73 12.91 81.92 -
YUV 83.41 215.24 173.36 -
System Red Green Blue C M Y K H S L
Decimal 147 21 238 0.38 0.91 0 0.07 274.84 0.86 0.51
Hex 93 15 EE 26 5B 0 7 113 56 33
Octal 223 25 356 46 133 0 7 423 126 63
Binary 10010011 10101 11101110 100110 1011011 0 111 100010011 1010110 110011

Color Harmonies of #9315EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315EE

Black with #9315EE

Text Example


Text Example

White with #9315EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9315EE; }

 p { color: rgb(147,21,238); }

 H1.HeaderClassName
 {
   color: #9315EE;
 }
 .AnyTagClassName
 {
   color: #9315EE;
 }
</style>

background-color css

<style>
 a { background-color: #9315EE; }

 a { background-color: rgb(147,21,238); }

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

border-color css

<style>
 span { border-color: #9315EE; }

 span { border-color: rgb(147,21,238); }

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