Html Css Color HEX #9315C9 Dark Violet

📋 copy color: '#9315C9'

red 147 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #9315C9

Tints of Dark Violet #9315C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.47%

R = 39.84%
G = 5.69%
B = 54.47%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9315C9 (or 0x9315C9) is known color: Dark Violet. HEX triplet: 93, 15 and C9. RGB value is (147,21,201). Sum of RGB (Red+Green+Blue) = 147+21+201=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #9315C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315C9 is #6CEA36. Grayscale: #4E4E4E. Windows color (decimal): -7137847 or 13178259. OLE color: 13178259.

HSL color Cylindrical-coordinate representation of color #9315C9: hue angle of 282º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315C9 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 21 201 -
CMYK 0.27 0.90 0 0.21
HSL 282º 0.81% 0.44% -
HSV(B) 282º 0.9% 0.79% -
XYZ 22.84 10.96 56.17 -
YUV 79.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 147 21 201 0.27 0.90 0 0.21 282 0.81 0.44
Hex 93 15 C9 1B 5A 0 15 11A 51 2C
Octal 223 25 311 33 132 0 25 432 121 54
Binary 10010011 10101 11001001 11011 1011010 0 10101 100011010 1010001 101100

Color Harmonies of #9315C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315C9

Black with #9315C9

Text Example


Text Example

White with #9315C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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