Html Css Color HEX #9A78DF Medium Purple

📋 copy color: '#9A78DF'

red 154 ◦ green 120 ◦ blue 223

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

Shades of Medium Purple #9A78DF

Tints of Medium Purple #9A78DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 30.99%
G = 24.14%
B = 44.87%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A78DF (or 0x9A78DF) is known color: Medium Purple. HEX triplet: 9A, 78 and DF. RGB value is (154,120,223). Sum of RGB (Red+Green+Blue) = 154+120+223=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A78DF is #658720. Grayscale: #8D8D8D. Windows color (decimal): -6653729 or 14645402. OLE color: 14645402.

HSL color Cylindrical-coordinate representation of color #9A78DF: hue angle of 259.81º degrees, saturation: 0.62, 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 #9A78DF is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 120 223 -
CMYK 0.31 0.46 0 0.13
HSL 259.81º 0.62% 0.67% -
HSV(B) 259.81º 0.46% 0.87% -
XYZ 33.36 25.63 73 -
YUV 141.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 154 120 223 0.31 0.46 0 0.13 259.81 0.62 0.67
Hex 9A 78 DF 1F 2E 0 D 104 3E 43
Octal 232 170 337 37 56 0 15 404 76 103
Binary 10011010 1111000 11011111 11111 101110 0 1101 100000100 111110 1000011

Color Harmonies of #9A78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A78DF

Black with #9A78DF

Text Example


Text Example

White with #9A78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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