Html Css Color HEX #946CD5 Medium Purple

📋 copy color: '#946CD5'

red 148 ◦ green 108 ◦ blue 213

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

Shades of Medium Purple #946CD5

Tints of Medium Purple #946CD5

RGB

 RED value IS 148 (58.2% from 255) = 31.56%

 GREEN value IS 108 (42.58% from 255) = 23.03%

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 31.56%
G = 23.03%
B = 45.42%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#946CD5 (or 0x946CD5) is known color: Medium Purple. HEX triplet: 94, 6C and D5. RGB value is (148,108,213). Sum of RGB (Red+Green+Blue) = 148+108+213=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #946CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CD5 is #6B932A. Grayscale: #838383. Windows color (decimal): -7050027 or 13986964. OLE color: 13986964.

HSL color Cylindrical-coordinate representation of color #946CD5: hue angle of 262.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946CD5 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 108 213 -
CMYK 0.31 0.49 0 0.16
HSL 262.86º 0.56% 0.63% -
HSV(B) 262.86º 0.49% 0.84% -
XYZ 29.59 21.83 65.6 -
YUV 131.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 148 108 213 0.31 0.49 0 0.16 262.86 0.56 0.63
Hex 94 6C D5 1F 31 0 10 107 38 3F
Octal 224 154 325 37 61 0 20 407 70 77
Binary 10010100 1101100 11010101 11111 110001 0 10000 100000111 111000 111111

Color Harmonies of #946CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CD5

Black with #946CD5

Text Example


Text Example

White with #946CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946CD5; }

 p { color: rgb(148,108,213); }

 H1.HeaderClassName
 {
   color: #946CD5;
 }
 .AnyTagClassName
 {
   color: #946CD5;
 }
</style>

background-color css

<style>
 a { background-color: #946CD5; }

 a { background-color: rgb(148,108,213); }

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

border-color css

<style>
 span { border-color: #946CD5; }

 span { border-color: rgb(148,108,213); }

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