Html Css Color HEX #9A12C1 Dark Violet

📋 copy color: '#9A12C1'

red 154 ◦ green 18 ◦ blue 193

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

Shades of Dark Violet #9A12C1

Tints of Dark Violet #9A12C1

RGB

 RED value IS 154 (60.55% from 255) = 42.19%

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

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

R = 42.19%
G = 4.93%
B = 52.88%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9A12C1 (or 0x9A12C1) is known color: Dark Violet. HEX triplet: 9A, 12 and C1. RGB value is (154,18,193). Sum of RGB (Red+Green+Blue) = 154+18+193=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A12C1 is #65ED3E. Grayscale: #4E4E4E. Windows color (decimal): -6679871 or 12653210. OLE color: 12653210.

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

Color convert

RGB 154 18 193 -
CMYK 0.20 0.91 0 0.24
HSL 286.63º 0.83% 0.41% -
HSV(B) 286.63º 0.91% 0.76% -
XYZ 23.17 11.15 51.38 -
YUV 78.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 154 18 193 0.20 0.91 0 0.24 286.63 0.83 0.41
Hex 9A 12 C1 14 5B 0 18 11F 53 29
Octal 232 22 301 24 133 0 30 437 123 51
Binary 10011010 10010 11000001 10100 1011011 0 11000 100011111 1010011 101001

Color Harmonies of #9A12C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A12C1

Black with #9A12C1

Text Example


Text Example

White with #9A12C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A12C1; }

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

 H1.HeaderClassName
 {
   color: #9A12C1;
 }
 .AnyTagClassName
 {
   color: #9A12C1;
 }
</style>

background-color css

<style>
 a { background-color: #9A12C1; }

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

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

border-color css

<style>
 span { border-color: #9A12C1; }

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

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