Html Css Color HEX #9315D0 Dark Violet

📋 copy color: '#9315D0'

red 147 ◦ green 21 ◦ blue 208

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

Shades of Dark Violet #9315D0

Tints of Dark Violet #9315D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.32%

R = 39.1%
G = 5.59%
B = 55.32%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9315D0 (or 0x9315D0) is known color: Dark Violet. HEX triplet: 93, 15 and D0. RGB value is (147,21,208). Sum of RGB (Red+Green+Blue) = 147+21+208=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #9315D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315D0 is #6CEA2F. Grayscale: #4F4F4F. Windows color (decimal): -7137840 or 13637011. OLE color: 13637011.

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

Color convert

RGB 147 21 208 -
CMYK 0.29 0.90 0 0.18
HSL 280.43º 0.82% 0.45% -
HSV(B) 280.43º 0.9% 0.82% -
XYZ 23.69 11.29 60.61 -
YUV 79.99 200.24 175.79 -
System Red Green Blue C M Y K H S L
Decimal 147 21 208 0.29 0.90 0 0.18 280.43 0.82 0.45
Hex 93 15 D0 1D 5A 0 12 118 52 2D
Octal 223 25 320 35 132 0 22 430 122 55
Binary 10010011 10101 11010000 11101 1011010 0 10010 100011000 1010010 101101

Color Harmonies of #9315D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315D0

Black with #9315D0

Text Example


Text Example

White with #9315D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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