Html Css Color HEX #9A07C9 Dark Violet

📋 copy color: '#9A07C9'

red 154 ◦ green 7 ◦ blue 201

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

Shades of Dark Violet #9A07C9

Tints of Dark Violet #9A07C9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 42.54%
G = 1.93%
B = 55.52%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A07C9 (or 0x9A07C9) is known color: Dark Violet. HEX triplet: 9A, 07 and C9. RGB value is (154,7,201). Sum of RGB (Red+Green+Blue) = 154+7+201=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A07C9 is #65F836. Grayscale: #484848. Windows color (decimal): -6682679 or 13174682. OLE color: 13174682.

HSL color Cylindrical-coordinate representation of color #9A07C9: hue angle of 285.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07C9 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 7 201 -
CMYK 0.23 0.97 0 0.21
HSL 285.46º 0.93% 0.41% -
HSV(B) 285.46º 0.97% 0.79% -
XYZ 23.95 11.24 56.17 -
YUV 73.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 154 7 201 0.23 0.97 0 0.21 285.46 0.93 0.41
Hex 9A 7 C9 17 61 0 15 11D 5D 29
Octal 232 7 311 27 141 0 25 435 135 51
Binary 10011010 111 11001001 10111 1100001 0 10101 100011101 1011101 101001

Color Harmonies of #9A07C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A07C9

Black with #9A07C9

Text Example


Text Example

White with #9A07C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,7,201); }

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

background-color css

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

 a { background-color: rgb(154,7,201); }

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

border-color css

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

 span { border-color: rgb(154,7,201); }

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