Html Css Color HEX #9315DF Dark Violet

📋 copy color: '#9315DF'

red 147 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #9315DF

Tints of Dark Violet #9315DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 37.6%
G = 5.37%
B = 57.03%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9315DF (or 0x9315DF) is known color: Dark Violet. HEX triplet: 93, 15 and DF. RGB value is (147,21,223). Sum of RGB (Red+Green+Blue) = 147+21+223=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #9315DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315DF is #6CEA20. Grayscale: #515151. Windows color (decimal): -7137825 or 14620051. OLE color: 14620051.

HSL color Cylindrical-coordinate representation of color #9315DF: hue angle of 277.43º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9315DF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 21 223 -
CMYK 0.34 0.91 0 0.13
HSL 277.43º 0.83% 0.48% -
HSV(B) 277.43º 0.91% 0.87% -
XYZ 25.62 12.07 70.79 -
YUV 81.7 207.74 174.57 -
System Red Green Blue C M Y K H S L
Decimal 147 21 223 0.34 0.91 0 0.13 277.43 0.83 0.48
Hex 93 15 DF 22 5B 0 D 115 53 30
Octal 223 25 337 42 133 0 15 425 123 60
Binary 10010011 10101 11011111 100010 1011011 0 1101 100010101 1010011 110000

Color Harmonies of #9315DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315DF

Black with #9315DF

Text Example


Text Example

White with #9315DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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