Html Css Color HEX #9A78DD Medium Purple

📋 copy color: '#9A78DD'

red 154 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #9A78DD

Tints of Medium Purple #9A78DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.24%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 31.11%
G = 24.24%
B = 44.65%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A78DD (or 0x9A78DD) is known color: Medium Purple. HEX triplet: 9A, 78 and DD. RGB value is (154,120,221). Sum of RGB (Red+Green+Blue) = 154+120+221=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A78DD is #658722. Grayscale: #8D8D8D. Windows color (decimal): -6653731 or 14514330. OLE color: 14514330.

HSL color Cylindrical-coordinate representation of color #9A78DD: hue angle of 260.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A78DD is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 120 221 -
CMYK 0.30 0.46 0 0.13
HSL 260.2º 0.6% 0.67% -
HSV(B) 260.2º 0.46% 0.87% -
XYZ 33.09 25.52 71.59 -
YUV 141.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 154 120 221 0.30 0.46 0 0.13 260.2 0.6 0.67
Hex 9A 78 DD 1E 2E 0 D 104 3C 43
Octal 232 170 335 36 56 0 15 404 74 103
Binary 10011010 1111000 11011101 11110 101110 0 1101 100000100 111100 1000011

Color Harmonies of #9A78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A78DD

Black with #9A78DD

Text Example


Text Example

White with #9A78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,120,221); }

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

background-color css

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

 a { background-color: rgb(154,120,221); }

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

border-color css

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

 span { border-color: rgb(154,120,221); }

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