Html Css Color HEX #946CE6 Medium Purple

📋 copy color: '#946CE6'

red 148 ◦ green 108 ◦ blue 230

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

Shades of Medium Purple #946CE6

Tints of Medium Purple #946CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 30.45%
G = 22.22%
B = 47.33%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#946CE6 (or 0x946CE6) is known color: Medium Purple. HEX triplet: 94, 6C and E6. RGB value is (148,108,230). Sum of RGB (Red+Green+Blue) = 148+108+230=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #946CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CE6 is #6B9319. Grayscale: #858585. Windows color (decimal): -7050010 or 15101076. OLE color: 15101076.

HSL color Cylindrical-coordinate representation of color #946CE6: hue angle of 259.67º degrees, saturation: 0.71, 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 #946CE6 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 108 230 -
CMYK 0.36 0.53 0 0.10
HSL 259.67º 0.71% 0.66% -
HSV(B) 259.67º 0.53% 0.9% -
XYZ 31.86 22.73 77.57 -
YUV 133.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 148 108 230 0.36 0.53 0 0.10 259.67 0.71 0.66
Hex 94 6C E6 24 35 0 A 104 47 42
Octal 224 154 346 44 65 0 12 404 107 102
Binary 10010100 1101100 11100110 100100 110101 0 1010 100000100 1000111 1000010

Color Harmonies of #946CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CE6

Black with #946CE6

Text Example


Text Example

White with #946CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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