Html Css Color HEX #9315DA Dark Violet

📋 copy color: '#9315DA'

red 147 ◦ green 21 ◦ blue 218

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

Shades of Dark Violet #9315DA

Tints of Dark Violet #9315DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 38.08%
G = 5.44%
B = 56.48%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9315DA (or 0x9315DA) is known color: Dark Violet. HEX triplet: 93, 15 and DA. RGB value is (147,21,218). Sum of RGB (Red+Green+Blue) = 147+21+218=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #9315DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315DA is #6CEA25. Grayscale: #505050. Windows color (decimal): -7137830 or 14292371. OLE color: 14292371.

HSL color Cylindrical-coordinate representation of color #9315DA: hue angle of 278.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315DA is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 21 218 -
CMYK 0.33 0.90 0 0.15
HSL 278.38º 0.82% 0.47% -
HSV(B) 278.38º 0.9% 0.85% -
XYZ 24.96 11.8 67.29 -
YUV 81.13 205.24 174.98 -
System Red Green Blue C M Y K H S L
Decimal 147 21 218 0.33 0.90 0 0.15 278.38 0.82 0.47
Hex 93 15 DA 21 5A 0 F 116 52 2F
Octal 223 25 332 41 132 0 17 426 122 57
Binary 10010011 10101 11011010 100001 1011010 0 1111 100010110 1010010 101111

Color Harmonies of #9315DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315DA

Black with #9315DA

Text Example


Text Example

White with #9315DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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