Html Css Color HEX #7A09B6 Dark Violet

📋 copy color: '#7A09B6'

red 122 ◦ green 9 ◦ blue 182

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

Shades of Dark Violet #7A09B6

Tints of Dark Violet #7A09B6

RGB

 RED value IS 122 (48.05% from 255) = 38.98%

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

 BLUE value IS 182 (71.48% from 255) = 58.15%

R = 38.98%
G = 2.88%
B = 58.15%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7A09B6 (or 0x7A09B6) is known color: Dark Violet. HEX triplet: 7A, 09 and B6. RGB value is (122,9,182). Sum of RGB (Red+Green+Blue) = 122+9+182=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A09B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09B6 is #85F649. Grayscale: #3D3D3D. Windows color (decimal): -8779338 or 11929978. OLE color: 11929978.

HSL color Cylindrical-coordinate representation of color #7A09B6: hue angle of 279.19º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A09B6 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 9 182 -
CMYK 0.33 0.95 0 0.29
HSL 279.19º 0.91% 0.37% -
HSV(B) 279.19º 0.95% 0.71% -
XYZ 16.57 7.71 44.87 -
YUV 62.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 122 9 182 0.33 0.95 0 0.29 279.19 0.91 0.37
Hex 7A 9 B6 21 5F 0 1D 117 5B 25
Octal 172 11 266 41 137 0 35 427 133 45
Binary 1111010 1001 10110110 100001 1011111 0 11101 100010111 1011011 100101

Color Harmonies of #7A09B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A09B6

Black with #7A09B6

Text Example


Text Example

White with #7A09B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A09B6; }

 p { color: rgb(122,9,182); }

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

background-color css

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

 a { background-color: rgb(122,9,182); }

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

border-color css

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

 span { border-color: rgb(122,9,182); }

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