Html Css Color HEX #9A06AF Dark Violet

📋 copy color: '#9A06AF'

red 154 ◦ green 6 ◦ blue 175

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

Shades of Dark Violet #9A06AF

Tints of Dark Violet #9A06AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 45.97%
G = 1.79%
B = 52.24%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9A06AF (or 0x9A06AF) is known color: Dark Violet. HEX triplet: 9A, 06 and AF. RGB value is (154,6,175). Sum of RGB (Red+Green+Blue) = 154+6+175=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A06AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A06AF is #65F950. Grayscale: #444444. Windows color (decimal): -6682961 or 11470490. OLE color: 11470490.

HSL color Cylindrical-coordinate representation of color #9A06AF: hue angle of 292.54º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A06AF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 6 175 -
CMYK 0.12 0.97 0 0.31
HSL 292.54º 0.93% 0.35% -
HSV(B) 292.54º 0.97% 0.69% -
XYZ 21.13 10.1 41.39 -
YUV 69.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 154 6 175 0.12 0.97 0 0.31 292.54 0.93 0.35
Hex 9A 6 AF C 61 0 1F 125 5D 23
Octal 232 6 257 14 141 0 37 445 135 43
Binary 10011010 110 10101111 1100 1100001 0 11111 100100101 1011101 100011

Color Harmonies of #9A06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A06AF

Black with #9A06AF

Text Example


Text Example

White with #9A06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,6,175); }

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

background-color css

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

 a { background-color: rgb(154,6,175); }

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

border-color css

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

 span { border-color: rgb(154,6,175); }

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