Html Css Color HEX #9412C1 Dark Violet

📋 copy color: '#9412C1'

red 148 ◦ green 18 ◦ blue 193

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

Shades of Dark Violet #9412C1

Tints of Dark Violet #9412C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.76%

R = 41.23%
G = 5.01%
B = 53.76%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9412C1 (or 0x9412C1) is known color: Dark Violet. HEX triplet: 94, 12 and C1. RGB value is (148,18,193). Sum of RGB (Red+Green+Blue) = 148+18+193=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #9412C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412C1 is #6BED3E. Grayscale: #4C4C4C. Windows color (decimal): -7073087 or 12653204. OLE color: 12653204.

HSL color Cylindrical-coordinate representation of color #9412C1: hue angle of 284.57º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9412C1 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 18 193 -
CMYK 0.23 0.91 0 0.24
HSL 284.57º 0.83% 0.41% -
HSV(B) 284.57º 0.91% 0.76% -
XYZ 22.05 10.58 51.33 -
YUV 76.82 193.57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 148 18 193 0.23 0.91 0 0.24 284.57 0.83 0.41
Hex 94 12 C1 17 5B 0 18 11D 53 29
Octal 224 22 301 27 133 0 30 435 123 51
Binary 10010100 10010 11000001 10111 1011011 0 11000 100011101 1010011 101001

Color Harmonies of #9412C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412C1

Black with #9412C1

Text Example


Text Example

White with #9412C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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