Html Css Color HEX #9A66DC Medium Purple

📋 copy color: '#9A66DC'

red 154 ◦ green 102 ◦ blue 220

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

Shades of Medium Purple #9A66DC

Tints of Medium Purple #9A66DC

RGB

 RED value IS 154 (60.55% from 255) = 32.35%

 GREEN value IS 102 (40.23% from 255) = 21.43%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 32.35%
G = 21.43%
B = 46.22%

CMYK

 C value IS 0.3

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A66DC (or 0x9A66DC) is known color: Medium Purple. HEX triplet: 9A, 66 and DC. RGB value is (154,102,220). Sum of RGB (Red+Green+Blue) = 154+102+220=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66DC is #659923. Grayscale: #828282. Windows color (decimal): -6658340 or 14444186. OLE color: 14444186.

HSL color Cylindrical-coordinate representation of color #9A66DC: hue angle of 266.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A66DC is Cyan = 0.3, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 102 220 -
CMYK 0.3 0.54 0 0.14
HSL 266.44º 0.63% 0.63% -
HSV(B) 266.44º 0.54% 0.86% -
XYZ 31 21.54 70.23 -
YUV 131 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 154 102 220 0.3 0.54 0 0.14 266.44 0.63 0.63
Hex 9A 66 DC 1E 36 0 E 10A 3F 3F
Octal 232 146 334 36 66 0 16 412 77 77
Binary 10011010 1100110 11011100 11110 110110 0 1110 100001010 111111 111111

Color Harmonies of #9A66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A66DC

Black with #9A66DC

Text Example


Text Example

White with #9A66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A66DC; }

 p { color: rgb(154,102,220); }

 H1.HeaderClassName
 {
   color: #9A66DC;
 }
 .AnyTagClassName
 {
   color: #9A66DC;
 }
</style>

background-color css

<style>
 a { background-color: #9A66DC; }

 a { background-color: rgb(154,102,220); }

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

border-color css

<style>
 span { border-color: #9A66DC; }

 span { border-color: rgb(154,102,220); }

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