Html Css Color HEX #A509C9 Dark Violet

📋 copy color: '#A509C9'

red 165 ◦ green 9 ◦ blue 201

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

Shades of Dark Violet #A509C9

Tints of Dark Violet #A509C9

RGB

 RED value IS 165 (64.84% from 255) = 44%

 GREEN value IS 9 (3.91% from 255) = 2.4%

 BLUE value IS 201 (78.91% from 255) = 53.6%

R = 44%
G = 2.4%
B = 53.6%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A509C9 (or 0xA509C9) is known color: Dark Violet. HEX triplet: A5, 09 and C9. RGB value is (165,9,201). Sum of RGB (Red+Green+Blue) = 165+9+201=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #A509C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509C9 is #5AF636. Grayscale: #4C4C4C. Windows color (decimal): -5961271 or 13175205. OLE color: 13175205.

HSL color Cylindrical-coordinate representation of color #A509C9: hue angle of 288.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509C9 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 9 201 -
CMYK 0.18 0.96 0 0.21
HSL 288.75º 0.91% 0.41% -
HSV(B) 288.75º 0.96% 0.79% -
XYZ 26.16 12.41 56.28 -
YUV 77.53 197.68 190.39 -
System Red Green Blue C M Y K H S L
Decimal 165 9 201 0.18 0.96 0 0.21 288.75 0.91 0.41
Hex A5 9 C9 12 60 0 15 121 5B 29
Octal 245 11 311 22 140 0 25 441 133 51
Binary 10100101 1001 11001001 10010 1100000 0 10101 100100001 1011011 101001

Color Harmonies of #A509C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509C9

Black with #A509C9

Text Example


Text Example

White with #A509C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509C9; }

 p { color: rgb(165,9,201); }

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

background-color css

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

 a { background-color: rgb(165,9,201); }

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

border-color css

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

 span { border-color: rgb(165,9,201); }

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