Html Css Color HEX #946CE5 Medium Purple

📋 copy color: '#946CE5'

red 148 ◦ green 108 ◦ blue 229

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

Shades of Medium Purple #946CE5

Tints of Medium Purple #946CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 30.52%
G = 22.27%
B = 47.22%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#946CE5 (or 0x946CE5) is known color: Medium Purple. HEX triplet: 94, 6C and E5. RGB value is (148,108,229). Sum of RGB (Red+Green+Blue) = 148+108+229=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #946CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CE5 is #6B931A. Grayscale: #858585. Windows color (decimal): -7050011 or 15035540. OLE color: 15035540.

HSL color Cylindrical-coordinate representation of color #946CE5: hue angle of 259.83º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946CE5 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 108 229 -
CMYK 0.35 0.53 0 0.10
HSL 259.83º 0.7% 0.66% -
HSV(B) 259.83º 0.53% 0.9% -
XYZ 31.72 22.68 76.83 -
YUV 133.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 148 108 229 0.35 0.53 0 0.10 259.83 0.7 0.66
Hex 94 6C E5 23 35 0 A 104 46 42
Octal 224 154 345 43 65 0 12 404 106 102
Binary 10010100 1101100 11100101 100011 110101 0 1010 100000100 1000110 1000010

Color Harmonies of #946CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CE5

Black with #946CE5

Text Example


Text Example

White with #946CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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