Html Css Color HEX #9412BA Dark Violet

📋 copy color: '#9412BA'

red 148 ◦ green 18 ◦ blue 186

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

Shades of Dark Violet #9412BA

Tints of Dark Violet #9412BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

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

R = 42.05%
G = 5.11%
B = 52.84%

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

#9412BA (or 0x9412BA) is known color: Dark Violet. HEX triplet: 94, 12 and BA. RGB value is (148,18,186). Sum of RGB (Red+Green+Blue) = 148+18+186=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #9412BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412BA is #6BED45. Grayscale: #4B4B4B. Windows color (decimal): -7073094 or 12194452. OLE color: 12194452.

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

Color convert

RGB 148 18 186 -
CMYK 0.20 0.90 0 0.27
HSL 286.43º 0.82% 0.4% -
HSV(B) 286.43º 0.9% 0.73% -
XYZ 21.29 10.27 47.32 -
YUV 76.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 148 18 186 0.20 0.90 0 0.27 286.43 0.82 0.4
Hex 94 12 BA 14 5A 0 1B 11E 52 28
Octal 224 22 272 24 132 0 33 436 122 50
Binary 10010100 10010 10111010 10100 1011010 0 11011 100011110 1010010 101000

Color Harmonies of #9412BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412BA

Black with #9412BA

Text Example


Text Example

White with #9412BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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