Html Css Color HEX #9410BA Dark Violet

📋 copy color: '#9410BA'

red 148 ◦ green 16 ◦ blue 186

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

Shades of Dark Violet #9410BA

Tints of Dark Violet #9410BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.57%

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

R = 42.29%
G = 4.57%
B = 53.14%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9410BA (or 0x9410BA) is known color: Dark Violet. HEX triplet: 94, 10 and BA. RGB value is (148,16,186). Sum of RGB (Red+Green+Blue) = 148+16+186=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #9410BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9410BA is #6BEF45. Grayscale: #4A4A4A. Windows color (decimal): -7073606 or 12193940. OLE color: 12193940.

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

Color convert

RGB 148 16 186 -
CMYK 0.20 0.91 0 0.27
HSL 286.59º 0.84% 0.4% -
HSV(B) 286.59º 0.91% 0.73% -
XYZ 21.26 10.21 47.3 -
YUV 74.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 148 16 186 0.20 0.91 0 0.27 286.59 0.84 0.4
Hex 94 10 BA 14 5B 0 1B 11F 54 28
Octal 224 20 272 24 133 0 33 437 124 50
Binary 10010100 10000 10111010 10100 1011011 0 11011 100011111 1010100 101000

Color Harmonies of #9410BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410BA

Black with #9410BA

Text Example


Text Example

White with #9410BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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