Html Css Color HEX #6A1989 Vivid Violet

📋 copy color: '#6A1989'

red 106 ◦ green 25 ◦ blue 137

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

Shades of Vivid Violet #6A1989

Tints of Vivid Violet #6A1989

RGB

 RED value IS 106 (41.8% from 255) = 39.55%

 GREEN value IS 25 (10.16% from 255) = 9.33%

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 39.55%
G = 9.33%
B = 51.12%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A1989 (or 0x6A1989) is known color: Vivid Violet. HEX triplet: 6A, 19 and 89. RGB value is (106,25,137). Sum of RGB (Red+Green+Blue) = 106+25+137=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A1989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1989 is #95E676. Grayscale: #3D3D3D. Windows color (decimal): -9823863 or 8984938. OLE color: 8984938.

HSL color Cylindrical-coordinate representation of color #6A1989: hue angle of 283.39º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1989 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 25 137 -
CMYK 0.23 0.82 0 0.46
HSL 283.39º 0.69% 0.32% -
HSV(B) 283.39º 0.82% 0.54% -
XYZ 10.81 5.57 24.17 -
YUV 61.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 106 25 137 0.23 0.82 0 0.46 283.39 0.69 0.32
Hex 6A 19 89 17 52 0 2E 11B 45 20
Octal 152 31 211 27 122 0 56 433 105 40
Binary 1101010 11001 10001001 10111 1010010 0 101110 100011011 1000101 100000

Color Harmonies of #6A1989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1989

Black with #6A1989

Text Example


Text Example

White with #6A1989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A1989; }

 p { color: rgb(106,25,137); }

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

background-color css

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

 a { background-color: rgb(106,25,137); }

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

border-color css

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

 span { border-color: rgb(106,25,137); }

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