Html Css Color HEX #66096D Purple

📋 copy color: '#66096D'

red 102 ◦ green 9 ◦ blue 109

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

Shades of Purple #66096D

Tints of Purple #66096D

RGB

 RED value IS 102 (40.23% from 255) = 46.36%

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

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 46.36%
G = 4.09%
B = 49.55%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66096D (or 0x66096D) is known color: Purple. HEX triplet: 66, 09 and 6D. RGB value is (102,9,109). Sum of RGB (Red+Green+Blue) = 102+9+109=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #66096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66096D is #99F692. Grayscale: #2F2F2F. Windows color (decimal): -10090131 or 7145830. OLE color: 7145830.

HSL color Cylindrical-coordinate representation of color #66096D: hue angle of 295.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66096D is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 9 109 -
CMYK 0.06 0.92 0 0.57
HSL 295.8º 0.85% 0.23% -
HSV(B) 295.8º 0.92% 0.43% -
XYZ 8.34 4.12 14.82 -
YUV 48.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 102 9 109 0.06 0.92 0 0.57 295.8 0.85 0.23
Hex 66 9 6D 6 5C 0 39 128 55 17
Octal 146 11 155 6 134 0 71 450 125 27
Binary 1100110 1001 1101101 110 1011100 0 111001 100101000 1010101 10111

Color Harmonies of #66096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66096D

Black with #66096D

Text Example


Text Example

White with #66096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66096D; }

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

 H1.HeaderClassName
 {
   color: #66096D;
 }
 .AnyTagClassName
 {
   color: #66096D;
 }
</style>

background-color css

<style>
 a { background-color: #66096D; }

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

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

border-color css

<style>
 span { border-color: #66096D; }

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

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