Html Css Color HEX #9A84DC Medium Purple

📋 copy color: '#9A84DC'

red 154 ◦ green 132 ◦ blue 220

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

Shades of Medium Purple #9A84DC

Tints of Medium Purple #9A84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

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

R = 30.43%
G = 26.09%
B = 43.48%

CMYK

 C value IS 0.3

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A84DC (or 0x9A84DC) is known color: Medium Purple. HEX triplet: 9A, 84 and DC. RGB value is (154,132,220). Sum of RGB (Red+Green+Blue) = 154+132+220=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A84DC is #657B23. Grayscale: #949494. Windows color (decimal): -6650660 or 14451866. OLE color: 14451866.

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

Color convert

RGB 154 132 220 -
CMYK 0.3 0.40 0 0.14
HSL 255º 0.56% 0.69% -
HSV(B) 255º 0.4% 0.86% -
XYZ 34.5 28.54 71.4 -
YUV 148.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 154 132 220 0.3 0.40 0 0.14 255 0.56 0.69
Hex 9A 84 DC 1E 28 0 E FF 38 45
Octal 232 204 334 36 50 0 16 377 70 105
Binary 10011010 10000100 11011100 11110 101000 0 1110 11111111 111000 1000101

Color Harmonies of #9A84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A84DC

Black with #9A84DC

Text Example


Text Example

White with #9A84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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