Html Css Color HEX #9314BA Dark Violet

📋 copy color: '#9314BA'

red 147 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #9314BA

Tints of Dark Violet #9314BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 41.64%
G = 5.67%
B = 52.69%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9314BA (or 0x9314BA) is known color: Dark Violet. HEX triplet: 93, 14 and BA. RGB value is (147,20,186). Sum of RGB (Red+Green+Blue) = 147+20+186=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9314BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314BA is #6CEB45. Grayscale: #4C4C4C. Windows color (decimal): -7138118 or 12194963. OLE color: 12194963.

HSL color Cylindrical-coordinate representation of color #9314BA: hue angle of 285.9º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9314BA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 20 186 -
CMYK 0.21 0.89 0 0.27
HSL 285.9º 0.81% 0.4% -
HSV(B) 285.9º 0.89% 0.73% -
XYZ 21.15 10.25 47.32 -
YUV 76.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 147 20 186 0.21 0.89 0 0.27 285.9 0.81 0.4
Hex 93 14 BA 15 59 0 1B 11E 51 28
Octal 223 24 272 25 131 0 33 436 121 50
Binary 10010011 10100 10111010 10101 1011001 0 11011 100011110 1010001 101000

Color Harmonies of #9314BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9314BA

Black with #9314BA

Text Example


Text Example

White with #9314BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9314BA; }

 p { color: rgb(147,20,186); }

 H1.HeaderClassName
 {
   color: #9314BA;
 }
 .AnyTagClassName
 {
   color: #9314BA;
 }
</style>

background-color css

<style>
 a { background-color: #9314BA; }

 a { background-color: rgb(147,20,186); }

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

border-color css

<style>
 span { border-color: #9314BA; }

 span { border-color: rgb(147,20,186); }

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