Html Css Color HEX #9315CE Dark Violet

📋 copy color: '#9315CE'

red 147 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #9315CE

Tints of Dark Violet #9315CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 39.3%
G = 5.61%
B = 55.08%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9315CE (or 0x9315CE) is known color: Dark Violet. HEX triplet: 93, 15 and CE. RGB value is (147,21,206). Sum of RGB (Red+Green+Blue) = 147+21+206=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #9315CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315CE is #6CEA31. Grayscale: #4F4F4F. Windows color (decimal): -7137842 or 13505939. OLE color: 13505939.

HSL color Cylindrical-coordinate representation of color #9315CE: hue angle of 280.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315CE is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 21 206 -
CMYK 0.29 0.90 0 0.19
HSL 280.86º 0.81% 0.45% -
HSV(B) 280.86º 0.9% 0.81% -
XYZ 23.44 11.2 59.32 -
YUV 79.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 147 21 206 0.29 0.90 0 0.19 280.86 0.81 0.45
Hex 93 15 CE 1D 5A 0 13 119 51 2D
Octal 223 25 316 35 132 0 23 431 121 55
Binary 10010011 10101 11001110 11101 1011010 0 10011 100011001 1010001 101101

Color Harmonies of #9315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315CE

Black with #9315CE

Text Example


Text Example

White with #9315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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