Html Css Color HEX #946BDE Medium Purple

📋 copy color: '#946BDE'

red 148 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #946BDE

Tints of Medium Purple #946BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 31.03%
G = 22.43%
B = 46.54%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#946BDE (or 0x946BDE) is known color: Medium Purple. HEX triplet: 94, 6B and DE. RGB value is (148,107,222). Sum of RGB (Red+Green+Blue) = 148+107+222=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #946BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BDE is #6B9421. Grayscale: #838383. Windows color (decimal): -7050274 or 14576532. OLE color: 14576532.

HSL color Cylindrical-coordinate representation of color #946BDE: hue angle of 261.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946BDE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 107 222 -
CMYK 0.33 0.52 0 0.13
HSL 261.39º 0.64% 0.65% -
HSV(B) 261.39º 0.52% 0.87% -
XYZ 30.66 22.09 71.75 -
YUV 132.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 148 107 222 0.33 0.52 0 0.13 261.39 0.64 0.65
Hex 94 6B DE 21 34 0 D 105 40 41
Octal 224 153 336 41 64 0 15 405 100 101
Binary 10010100 1101011 11011110 100001 110100 0 1101 100000101 1000000 1000001

Color Harmonies of #946BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BDE

Black with #946BDE

Text Example


Text Example

White with #946BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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