Html Css Color HEX #946CE7 Medium Purple

📋 copy color: '#946CE7'

red 148 ◦ green 108 ◦ blue 231

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

Shades of Medium Purple #946CE7

Tints of Medium Purple #946CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.43%

R = 30.39%
G = 22.18%
B = 47.43%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#946CE7 (or 0x946CE7) is known color: Medium Purple. HEX triplet: 94, 6C and E7. RGB value is (148,108,231). Sum of RGB (Red+Green+Blue) = 148+108+231=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #946CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CE7 is #6B9318. Grayscale: #858585. Windows color (decimal): -7050009 or 15166612. OLE color: 15166612.

HSL color Cylindrical-coordinate representation of color #946CE7: hue angle of 259.51º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946CE7 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 108 231 -
CMYK 0.36 0.53 0 0.09
HSL 259.51º 0.72% 0.66% -
HSV(B) 259.51º 0.53% 0.91% -
XYZ 32 22.79 78.31 -
YUV 133.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 148 108 231 0.36 0.53 0 0.09 259.51 0.72 0.66
Hex 94 6C E7 24 35 0 9 104 48 42
Octal 224 154 347 44 65 0 11 404 110 102
Binary 10010100 1101100 11100111 100100 110101 0 1001 100000100 1001000 1000010

Color Harmonies of #946CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CE7

Black with #946CE7

Text Example


Text Example

White with #946CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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