Html Css Color HEX #6D0996 Purple

📋 copy color: '#6D0996'

red 109 ◦ green 9 ◦ blue 150

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

Shades of Purple #6D0996

Tints of Purple #6D0996

RGB

 RED value IS 109 (42.97% from 255) = 40.67%

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

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 40.67%
G = 3.36%
B = 55.97%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D0996 (or 0x6D0996) is known color: Purple. HEX triplet: 6D, 09 and 96. RGB value is (109,9,150). Sum of RGB (Red+Green+Blue) = 109+9+150=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D0996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0996 is #92F669. Grayscale: #363636. Windows color (decimal): -9631338 or 9832813. OLE color: 9832813.

HSL color Cylindrical-coordinate representation of color #6D0996: hue angle of 282.55º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0996 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 9 150 -
CMYK 0.27 0.94 0 0.41
HSL 282.55º 0.89% 0.31% -
HSV(B) 282.55º 0.94% 0.59% -
XYZ 11.91 5.65 29.32 -
YUV 54.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 109 9 150 0.27 0.94 0 0.41 282.55 0.89 0.31
Hex 6D 9 96 1B 5E 0 29 11B 59 1F
Octal 155 11 226 33 136 0 51 433 131 37
Binary 1101101 1001 10010110 11011 1011110 0 101001 100011011 1011001 11111

Color Harmonies of #6D0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0996

Black with #6D0996

Text Example


Text Example

White with #6D0996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,9,150); }

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

background-color css

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

 a { background-color: rgb(109,9,150); }

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

border-color css

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

 span { border-color: rgb(109,9,150); }

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