Html Css Color HEX #946CDA Medium Purple

📋 copy color: '#946CDA'

red 148 ◦ green 108 ◦ blue 218

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

Shades of Medium Purple #946CDA

Tints of Medium Purple #946CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 31.22%
G = 22.78%
B = 45.99%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#946CDA (or 0x946CDA) is known color: Medium Purple. HEX triplet: 94, 6C and DA. RGB value is (148,108,218). Sum of RGB (Red+Green+Blue) = 148+108+218=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #946CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CDA is #6B9325. Grayscale: #848484. Windows color (decimal): -7050022 or 14314644. OLE color: 14314644.

HSL color Cylindrical-coordinate representation of color #946CDA: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946CDA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 108 218 -
CMYK 0.32 0.50 0 0.15
HSL 261.82º 0.6% 0.64% -
HSV(B) 261.82º 0.5% 0.85% -
XYZ 30.23 22.08 69 -
YUV 132.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 148 108 218 0.32 0.50 0 0.15 261.82 0.6 0.64
Hex 94 6C DA 20 32 0 F 106 3C 40
Octal 224 154 332 40 62 0 17 406 74 100
Binary 10010100 1101100 11011010 100000 110010 0 1111 100000110 111100 1000000

Color Harmonies of #946CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CDA

Black with #946CDA

Text Example


Text Example

White with #946CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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