Html Css Color HEX #9315ED Blue Violet

📋 copy color: '#9315ED'

red 147 ◦ green 21 ◦ blue 237

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

Shades of Blue Violet #9315ED

Tints of Blue Violet #9315ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.52%

R = 36.3%
G = 5.19%
B = 58.52%

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

#9315ED (or 0x9315ED) is known color: Blue Violet. HEX triplet: 93, 15 and ED. RGB value is (147,21,237). Sum of RGB (Red+Green+Blue) = 147+21+237=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #9315ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9315ED is #6CEA12. Grayscale: #525252. Windows color (decimal): -7137811 or 15537555. OLE color: 15537555.

HSL color Cylindrical-coordinate representation of color #9315ED: hue angle of 275º 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 #9315ED is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 21 237 -
CMYK 0.38 0.91 0 0.07
HSL 275º 0.86% 0.51% -
HSV(B) 275º 0.91% 0.93% -
XYZ 27.59 12.85 81.15 -
YUV 83.3 214.74 173.44 -
System Red Green Blue C M Y K H S L
Decimal 147 21 237 0.38 0.91 0 0.07 275 0.86 0.51
Hex 93 15 ED 26 5B 0 7 113 56 33
Octal 223 25 355 46 133 0 7 423 126 63
Binary 10010011 10101 11101101 100110 1011011 0 111 100010011 1010110 110011

Color Harmonies of #9315ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315ED

Black with #9315ED

Text Example


Text Example

White with #9315ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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