Html Css Color HEX #9A14BE Dark Violet

📋 copy color: '#9A14BE'

red 154 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #9A14BE

Tints of Dark Violet #9A14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.49%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 42.31%
G = 5.49%
B = 52.2%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A14BE (or 0x9A14BE) is known color: Dark Violet. HEX triplet: 9A, 14 and BE. RGB value is (154,20,190). Sum of RGB (Red+Green+Blue) = 154+20+190=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A14BE is #65EB41. Grayscale: #4E4E4E. Windows color (decimal): -6679362 or 12457114. OLE color: 12457114.

HSL color Cylindrical-coordinate representation of color #9A14BE: hue angle of 287.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A14BE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 20 190 -
CMYK 0.19 0.89 0 0.25
HSL 287.29º 0.81% 0.41% -
HSV(B) 287.29º 0.89% 0.75% -
XYZ 22.87 11.09 49.65 -
YUV 79.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 154 20 190 0.19 0.89 0 0.25 287.29 0.81 0.41
Hex 9A 14 BE 13 59 0 19 11F 51 29
Octal 232 24 276 23 131 0 31 437 121 51
Binary 10011010 10100 10111110 10011 1011001 0 11001 100011111 1010001 101001

Color Harmonies of #9A14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A14BE

Black with #9A14BE

Text Example


Text Example

White with #9A14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,20,190); }

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

background-color css

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

 a { background-color: rgb(154,20,190); }

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

border-color css

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

 span { border-color: rgb(154,20,190); }

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