Html Css Color HEX #9413BA Dark Violet

📋 copy color: '#9413BA'

red 148 ◦ green 19 ◦ blue 186

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

Shades of Dark Violet #9413BA

Tints of Dark Violet #9413BA

RGB

 RED value IS 148 (58.2% from 255) = 41.93%

 GREEN value IS 19 (7.81% from 255) = 5.38%

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

R = 41.93%
G = 5.38%
B = 52.69%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9413BA (or 0x9413BA) is known color: Dark Violet. HEX triplet: 94, 13 and BA. RGB value is (148,19,186). Sum of RGB (Red+Green+Blue) = 148+19+186=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 19 (7.81% from 255 or 5.38% 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 #9413BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413BA is #6BEC45. Grayscale: #4C4C4C. Windows color (decimal): -7072838 or 12194708. OLE color: 12194708.

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

Color convert

RGB 148 19 186 -
CMYK 0.20 0.90 0 0.27
HSL 286.35º 0.81% 0.4% -
HSV(B) 286.35º 0.9% 0.73% -
XYZ 21.31 10.31 47.32 -
YUV 76.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 148 19 186 0.20 0.90 0 0.27 286.35 0.81 0.4
Hex 94 13 BA 14 5A 0 1B 11E 51 28
Octal 224 23 272 24 132 0 33 436 121 50
Binary 10010100 10011 10111010 10100 1011010 0 11011 100011110 1010001 101000

Color Harmonies of #9413BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413BA

Black with #9413BA

Text Example


Text Example

White with #9413BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,19,186); }

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

background-color css

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

 a { background-color: rgb(148,19,186); }

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

border-color css

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

 span { border-color: rgb(148,19,186); }

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