Html Css Color HEX #946BDA Medium Purple

📋 copy color: '#946BDA'

red 148 ◦ green 107 ◦ blue 218

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

Shades of Medium Purple #946BDA

Tints of Medium Purple #946BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

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

R = 31.29%
G = 22.62%
B = 46.09%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#946BDA (or 0x946BDA) is known color: Medium Purple. HEX triplet: 94, 6B and DA. RGB value is (148,107,218). Sum of RGB (Red+Green+Blue) = 148+107+218=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #946BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BDA is #6B9425. Grayscale: #838383. Windows color (decimal): -7050278 or 14314388. OLE color: 14314388.

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

Color convert

RGB 148 107 218 -
CMYK 0.32 0.51 0 0.15
HSL 262.16º 0.6% 0.64% -
HSV(B) 262.16º 0.51% 0.85% -
XYZ 30.13 21.87 68.96 -
YUV 131.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 148 107 218 0.32 0.51 0 0.15 262.16 0.6 0.64
Hex 94 6B DA 20 33 0 F 106 3C 40
Octal 224 153 332 40 63 0 17 406 74 100
Binary 10010100 1101011 11011010 100000 110011 0 1111 100000110 111100 1000000

Color Harmonies of #946BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BDA

Black with #946BDA

Text Example


Text Example

White with #946BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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