Html Css Color HEX #9A12CD Dark Violet

📋 copy color: '#9A12CD'

red 154 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #9A12CD

Tints of Dark Violet #9A12CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 40.85%
G = 4.77%
B = 54.38%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A12CD (or 0x9A12CD) is known color: Dark Violet. HEX triplet: 9A, 12 and CD. RGB value is (154,18,205). Sum of RGB (Red+Green+Blue) = 154+18+205=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A12CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A12CD is #65ED32. Grayscale: #4F4F4F. Windows color (decimal): -6679859 or 13439642. OLE color: 13439642.

HSL color Cylindrical-coordinate representation of color #9A12CD: hue angle of 283.64º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A12CD is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 18 205 -
CMYK 0.25 0.91 0 0.20
HSL 283.64º 0.84% 0.44% -
HSV(B) 283.64º 0.91% 0.8% -
XYZ 24.56 11.71 58.72 -
YUV 79.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 154 18 205 0.25 0.91 0 0.20 283.64 0.84 0.44
Hex 9A 12 CD 19 5B 0 14 11C 54 2C
Octal 232 22 315 31 133 0 24 434 124 54
Binary 10011010 10010 11001101 11001 1011011 0 10100 100011100 1010100 101100

Color Harmonies of #9A12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A12CD

Black with #9A12CD

Text Example


Text Example

White with #9A12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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