Html Css Color HEX #66096F Purple

📋 copy color: '#66096F'

red 102 ◦ green 9 ◦ blue 111

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

Shades of Purple #66096F

Tints of Purple #66096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 45.95%
G = 4.05%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#66096F (or 0x66096F) is known color: Purple. HEX triplet: 66, 09 and 6F. RGB value is (102,9,111). Sum of RGB (Red+Green+Blue) = 102+9+111=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #66096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66096F is #99F690. Grayscale: #303030. Windows color (decimal): -10090129 or 7276902. OLE color: 7276902.

HSL color Cylindrical-coordinate representation of color #66096F: hue angle of 294.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66096F is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 9 111 -
CMYK 0.08 0.92 0 0.56
HSL 294.71º 0.85% 0.24% -
HSV(B) 294.71º 0.92% 0.44% -
XYZ 8.45 4.17 15.4 -
YUV 48.44 163.31 166.21 -
System Red Green Blue C M Y K H S L
Decimal 102 9 111 0.08 0.92 0 0.56 294.71 0.85 0.24
Hex 66 9 6F 8 5C 0 38 127 55 18
Octal 146 11 157 10 134 0 70 447 125 30
Binary 1100110 1001 1101111 1000 1011100 0 111000 100100111 1010101 11000

Color Harmonies of #66096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66096F

Black with #66096F

Text Example


Text Example

White with #66096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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