Html Css Color HEX #9413B9 Dark Violet

📋 copy color: '#9413B9'

red 148 ◦ green 19 ◦ blue 185

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

Shades of Dark Violet #9413B9

Tints of Dark Violet #9413B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.56%

R = 42.05%
G = 5.4%
B = 52.56%

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

#9413B9 (or 0x9413B9) is known color: Dark Violet. HEX triplet: 94, 13 and B9. RGB value is (148,19,185). Sum of RGB (Red+Green+Blue) = 148+19+185=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #9413B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413B9 is #6BEC46. Grayscale: #4B4B4B. Windows color (decimal): -7072839 or 12129172. OLE color: 12129172.

HSL color Cylindrical-coordinate representation of color #9413B9: hue angle of 286.63º 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 #9413B9 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 19 185 -
CMYK 0.20 0.90 0 0.27
HSL 286.63º 0.81% 0.4% -
HSV(B) 286.63º 0.9% 0.73% -
XYZ 21.2 10.26 46.76 -
YUV 76.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 148 19 185 0.20 0.90 0 0.27 286.63 0.81 0.4
Hex 94 13 B9 14 5A 0 1B 11F 51 28
Octal 224 23 271 24 132 0 33 437 121 50
Binary 10010100 10011 10111001 10100 1011010 0 11011 100011111 1010001 101000

Color Harmonies of #9413B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413B9

Black with #9413B9

Text Example


Text Example

White with #9413B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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